Class: Temporalio::Error::WorkflowQueryRejectedError

Inherits:
Error
  • Object
show all
Defined in:
lib/temporalio/error.rb

Overview

Error that occurs when a query was rejected.

Instance Attribute Summary collapse

Instance Attribute Details

#statusClient::WorkflowExecutionStatus (readonly)

Returns Workflow execution status causing rejection.

Returns:



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

def status
  @status
end