exception documentation
class ActivityError(FailureError): (source)
Constructor: ActivityError(message, scheduled_event_id, started_event_id, identity, ...)
Error raised on activity failure.
Method | __init__ |
Initialize an activity error. |
Property | activity |
Activity ID for this error. |
Property | activity |
Activity type for this error. |
Property | identity |
Identity for this error. |
Property | retry |
Retry state for this error. |
Property | scheduled |
Scheduled event ID for this error. |
Property | started |
Started event ID for this error. |
Instance Variable | _activity |
Undocumented |
Instance Variable | _activity |
Undocumented |
Instance Variable | _identity |
Undocumented |
Instance Variable | _retry |
Undocumented |
Instance Variable | _scheduled |
Undocumented |
Instance Variable | _started |
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. |