temporalio.client.WorkflowQueryRejectedError

exception documentation

class WorkflowQueryRejectedError(temporalio.exceptions.TemporalError): (source)

Constructor: WorkflowQueryRejectedError(status)

View In Hierarchy

Error that occurs when a query was rejected.

Method __init__ Create workflow query rejected error.
Property status Get workflow execution status causing rejection.
Instance Variable _status Undocumented

Inherited from TemporalError:

Property cause Cause of the exception.

def __init__(self, status: WorkflowExecutionStatus | None): (source)

Create workflow query rejected error.

Get workflow execution status causing rejection.

Undocumented