RetryHistory interface

The retry history.

Properties

clientRequestId

Gets the client request Id.

code

Gets the status code.

endTime

Gets the end time.

error

Gets the error response.

serviceRequestId

Gets the service request Id.

startTime

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

Gets the error response.

error?: ErrorResponse

Property Value

serviceRequestId

Gets the service request Id.

serviceRequestId?: string

Property Value

string

startTime

Gets the start time.

startTime?: Date

Property Value

Date