temporalio.exceptions.TimeoutError

exception documentation

Error raised on workflow/activity timeout.

Method __init__ Initialize a timeout error.
Property last_heartbeat_details Last heartbeat details if this is for an activity heartbeat.
Property type Type of timeout error.
Instance Variable _last_heartbeat_details Undocumented
Instance Variable _type 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 a timeout error.

Last heartbeat details if this is for an activity heartbeat.