Exception: BetterService::Errors::Workflowable::Runtime::StepExecutionError
- Inherits:
-
WorkflowRuntimeError
- Object
- StandardError
- BetterServiceError
- Runtime::RuntimeError
- WorkflowRuntimeError
- BetterService::Errors::Workflowable::Runtime::StepExecutionError
- Defined in:
- lib/better_service/errors/workflowable/runtime/step_execution_error.rb
Overview
Raised when a workflow step execution fails
This error is raised when a step in the workflow fails and the step is not optional. The error includes context about which step failed and what steps were executed.
Instance Attribute Summary
Attributes inherited from BetterServiceError
#code, #context, #original_error, #timestamp
Method Summary
Methods inherited from BetterServiceError
#backtrace, #detailed_message, #initialize, #inspect, #to_h
Constructor Details
This class inherits a constructor from BetterService::BetterServiceError