exception documentation

Error raised on workflow cancellation.

Method __init__ Initialize a terminated error.
Property details User-defined details on the error.
Instance Variable _details Undocumented

Inherited from FailureError:

Property failure Underlying protobuf failure object.
Property message Message.
Instance Variable _failure Undocumented
Instance Variable _message Undocumented

Inherited from TemporalError (via FailureError):

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

Initialize a terminated error.

User-defined details on the error.

_details = (source)

Undocumented