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.
90 91 92 |
# File 'lib/temporalio/error/failure.rb', line 90 def details @details end |