Class: Temporalio::Worker::Interceptor::Workflow::InitializeContinueAsNewErrorInput

Inherits:
Data
  • Object
show all
Defined in:
lib/temporalio/worker/interceptor.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#errorObject (readonly)

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



246
247
248
# File 'lib/temporalio/worker/interceptor.rb', line 246

def error
  @error
end