exception documentation
class CancelledError(FailureError): (source)
Constructor: CancelledError(message, *details)
Error raised on workflow/activity cancellation.
Method | __init__ |
Initialize a cancelled 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. |