Exception: BetterService::Errors::Workflowable::Runtime::WorkflowExecutionError
- Inherits:
-
WorkflowRuntimeError
- Object
- StandardError
- BetterServiceError
- Runtime::RuntimeError
- WorkflowRuntimeError
- BetterService::Errors::Workflowable::Runtime::WorkflowExecutionError
- Defined in:
- lib/better_service/errors/workflowable/runtime/workflow_execution_error.rb
Overview
Raised when workflow execution fails
This error is raised when unexpected errors occur during workflow execution, wrapping the original exception with workflow context.
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