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)



99
100
101
# File 'lib/temporalio/error/failure.rb', line 99

def last_heartbeat_details
  @last_heartbeat_details
end

#typeTimeoutType (readonly)



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

def type
  @type
end