Exception: Temporalio::Error::NexusHandlerError
- Inherits:
-
Failure
- Object
- StandardError
- Temporalio::Error
- Failure
- Temporalio::Error::NexusHandlerError
- Defined in:
- lib/temporalio/error/failure.rb
Overview
Error raised from a Nexus handler.
WARNING: Nexus support is experimental.
Defined Under Namespace
Modules: RetryBehavior
Instance Attribute Summary collapse
-
#error_type ⇒ Symbol
readonly
Error type from the handler.
-
#retry_behavior ⇒ RetryBehavior
readonly
Retry behavior for the error.
Method Summary
Methods inherited from Temporalio::Error
Instance Attribute Details
#error_type ⇒ Symbol (readonly)
Returns Error type from the handler.
271 272 273 |
# File 'lib/temporalio/error/failure.rb', line 271 def error_type @error_type end |
#retry_behavior ⇒ RetryBehavior (readonly)
Returns Retry behavior for the error.
274 275 276 |
# File 'lib/temporalio/error/failure.rb', line 274 def retry_behavior @retry_behavior end |