RetryInformation interface

Information provided to the retry strategy about the current progress of the retry policy.

Properties

response

A PipelineResponse, if the last retry attempt succeeded.

responseError

A RestError, if the last retry attempt failed.

retryCount

Total number of retries so far.

Property Details

response

A PipelineResponse, if the last retry attempt succeeded.

response?: PipelineResponse

Property Value

responseError

A RestError, if the last retry attempt failed.

responseError?: RestError

Property Value

retryCount

Total number of retries so far.

retryCount: number

Property Value

number