temporalio.exceptions.ActivityError

Error raised on activity failure.

Method __init__ Initialize an activity error.
Property activity_id Activity ID for this error.
Property activity_type Activity type for this error.
Property identity Identity for this error.
Property retry_state Retry state for this error.
Property scheduled_event_id Scheduled event ID for this error.
Property started_event_id Started event ID for this error.
Instance Variable _activity_id Undocumented
Instance Variable _activity_type Undocumented
Instance Variable _identity Undocumented
Instance Variable _retry_state Undocumented
Instance Variable _scheduled_event_id Undocumented
Instance Variable _started_event_id 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.

Initialize an activity error.

Activity ID for this error.

Activity type for this error.

Retry state for this error.

Scheduled event ID for this error.

Started event ID for this error.