exception documentation
class TimeoutError(FailureError): (source)
Constructor: TimeoutError(message, type, last_heartbeat_details)
Error raised on workflow/activity timeout.
| Method | __init__ |
Initialize a timeout error. |
| Property | last |
Last heartbeat details if this is for an activity heartbeat. |
| Property | type |
Type of timeout error. |
| Instance Variable | _last |
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. |