Exception: Temporalio::Error::TimeoutError
- Inherits:
-
Failure
- Object
- StandardError
- Temporalio::Error
- Failure
- Temporalio::Error::TimeoutError
- Defined in:
- lib/temporalio/error/failure.rb
Overview
Error raised on workflow/activity timeout.
Defined Under Namespace
Modules: TimeoutType
Instance Attribute Summary collapse
-
#last_heartbeat_details ⇒ Array<Object>
readonly
Last heartbeat details if this is for an activity heartbeat.
-
#type ⇒ TimeoutType
readonly
Type of timeout error.
Method Summary
Methods inherited from Temporalio::Error
Instance Attribute Details
#last_heartbeat_details ⇒ Array<Object> (readonly)
Returns Last heartbeat details if this is for an activity heartbeat.
99 100 101 |
# File 'lib/temporalio/error/failure.rb', line 99 def last_heartbeat_details @last_heartbeat_details end |
#type ⇒ TimeoutType (readonly)
Returns Type of timeout error.
96 97 98 |
# File 'lib/temporalio/error/failure.rb', line 96 def type @type end |