Exception: Temporalio::Error::TerminatedError

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

Overview

Error raised on workflow termination.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Temporalio::Error

canceled?

Instance Attribute Details

#detailsArray<Object?> (readonly)

Returns User-defined details on the error.

Returns:

  • (Array<Object?>)

    User-defined details on the error.



84
85
86
# File 'lib/temporalio/error/failure.rb', line 84

def details
  @details
end