exception documentation

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: Optional[WorkflowExecutionStatus]): (source)

Create workflow query rejected error.

Get workflow execution status causing rejection.

Undocumented