Module: BetterService::Errors
- Defined in:
- lib/better_service/errors/better_service_error.rb,
lib/better_service/errors/runtime/runtime_error.rb,
lib/better_service/errors/runtime/database_error.rb,
lib/better_service/errors/runtime/execution_error.rb,
lib/better_service/errors/runtime/validation_error.rb,
lib/better_service/errors/runtime/transaction_error.rb,
lib/better_service/errors/runtime/authorization_error.rb,
lib/better_service/errors/configuration/nil_user_error.rb,
lib/better_service/errors/runtime/invalid_result_error.rb,
lib/better_service/errors/runtime/resource_not_found_error.rb,
lib/better_service/errors/configuration/configuration_error.rb,
lib/better_service/errors/configuration/invalid_schema_error.rb,
lib/better_service/errors/configuration/schema_required_error.rb,
lib/better_service/errors/workflowable/runtime/rollback_error.rb,
lib/better_service/errors/configuration/invalid_configuration_error.rb,
lib/better_service/errors/workflowable/runtime/step_execution_error.rb,
lib/better_service/errors/workflowable/runtime/workflow_runtime_error.rb,
lib/better_service/errors/workflowable/configuration/invalid_step_error.rb,
lib/better_service/errors/workflowable/runtime/workflow_execution_error.rb,
lib/better_service/errors/workflowable/configuration/duplicate_step_error.rb,
lib/better_service/errors/workflowable/configuration/step_not_found_error.rb,
lib/better_service/errors/workflowable/configuration/workflow_configuration_error.rb
Defined Under Namespace
Modules: Configuration, Runtime, Workflowable