Class: Temporalio::Worker::Interceptor::Workflow::InitializeContinueAsNewErrorInput
- Inherits:
-
Data
- Object
- Data
- Temporalio::Worker::Interceptor::Workflow::InitializeContinueAsNewErrorInput
- Defined in:
- lib/temporalio/worker/interceptor.rb
Overview
Input for Outbound#initialize_continue_as_new_error.
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
246 247 248 |
# File 'lib/temporalio/worker/interceptor.rb', line 246 def error @error end |