RetryHistory Class
The retry history.
- Inheritance
-
azure.mgmt.web._serialization.ModelRetryHistory
Constructor
RetryHistory(*, start_time: datetime | None = None, end_time: datetime | None = None, code: str | None = None, client_request_id: str | None = None, service_request_id: str | None = None, error: _models.ErrorResponse | None = None, **kwargs: Any)
Keyword-Only Parameters
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. |
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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python