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.
def __init__(self, message: str, *, type: Optional[TimeoutType], last_heartbeat_details: Sequence[Any]): (source)

Initialize a timeout error.

@property
last_heartbeat_details: Sequence[Any] = (source)

Last heartbeat details if this is for an activity heartbeat.

Type of timeout error.

_last_heartbeat_details = (source)

Undocumented

Undocumented