RetryHistory Class
The retry history.
Constructor
RetryHistory(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
start_time
|
Gets the start time. |
|
end_time
|
Gets the end time. |
|
code
|
Gets the status code. |
|
client_request_id
|
Gets the client request Id. |
|
service_request_id
|
Gets the service request Id. |
|
error
|
Gets the error response. |
Attributes
client_request_id
Gets the client request Id.
client_request_id: str | None
code
Gets the status code.
code: str | None
end_time
Gets the end time.
end_time: datetime | None
error
Gets the error response.
error: _models.WorkflowErrorResponse | None
service_request_id
Gets the service request Id.
service_request_id: str | None
start_time
Gets the start time.
start_time: datetime | None