exception documentation
class TerminatedError(FailureError): (source)
Constructor: TerminatedError(message, *details)
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. |