Exception: Temporalio::Error::TimeoutError

Inherits:
Failure show all
Defined in:
lib/temporalio/error/failure.rb

Overview

Error raised on workflow/activity timeout.

Defined Under Namespace

Modules: TimeoutType

Instance Attribute Summary collapse

Method Summary

Methods inherited from Temporalio::Error

canceled?

Instance Attribute Details

#last_heartbeat_detailsArray<Object> (readonly)

Returns Last heartbeat details if this is for an activity heartbeat.

Returns:

  • (Array<Object>)

    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

#typeTimeoutType (readonly)

Returns Type of timeout error.

Returns:



96
97
98
# File 'lib/temporalio/error/failure.rb', line 96

def type
  @type
end