RetryHistory interface
The retry history.
Properties
client |
Gets the client request Id. |
code | Gets the status code. |
end |
Gets the end time. |
error | Gets the error response. |
service |
Gets the service request Id. |
start |
Gets the start time. |
Property Details
clientRequestId
Gets the client request Id.
clientRequestId?: string
Property Value
string
code
Gets the status code.
code?: string
Property Value
string
endTime
Gets the end time.
endTime?: Date
Property Value
Date
error
serviceRequestId
Gets the service request Id.
serviceRequestId?: string
Property Value
string
startTime
Gets the start time.
startTime?: Date
Property Value
Date