exception documentation

Error that occurs when a query fails.

Method __init__ Create workflow query failed error.
Property message Get query failed message.
Instance Variable _message Undocumented

Inherited from TemporalError:

Property cause Cause of the exception.
def __init__(self, message: str): (source)

Create workflow query failed error.

Get query failed message.

_message = (source)

Undocumented