Exception: Temporalio::Error::CanceledError
- Inherits:
-
Failure
- Object
- StandardError
- Temporalio::Error
- Failure
- Temporalio::Error::CanceledError
- Defined in:
- lib/temporalio/error/failure.rb
Overview
Error raised on workflow/activity cancellation.
Instance Attribute Summary collapse
-
#details ⇒ Object
readonly
Returns the value of attribute details.
Method Summary
Methods inherited from Temporalio::Error
Instance Attribute Details
#details ⇒ Object (readonly)
Returns the value of attribute details.
72 73 74 |
# File 'lib/temporalio/error/failure.rb', line 72 def details @details end |