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.
117 118 119 |
# File 'lib/temporalio/error/failure.rb', line 117 def last_heartbeat_details @last_heartbeat_details end |
#type ⇒ TimeoutType (readonly)
Returns Type of timeout error.
114 115 116 |
# File 'lib/temporalio/error/failure.rb', line 114 def type @type end |