Exception: Temporalio::Error::CanceledError

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

Overview

Error raised on workflow/activity cancellation.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Temporalio::Error

canceled?

Instance Attribute Details

#detailsObject (readonly)

Returns the value of attribute details.



72
73
74
# File 'lib/temporalio/error/failure.rb', line 72

def details
  @details
end