HttpRetryPolicyMatches interface

Conditions that must be met for a request to be retried

Properties

errors

Errors that can trigger a retry

headers

Headers that must be present for a request to be retried

httpStatusCodes

Additional http status codes that can trigger a retry

Property Details

errors

Errors that can trigger a retry

errors?: string[]

Property Value

string[]

headers

Headers that must be present for a request to be retried

headers?: HeaderMatch[]

Property Value

httpStatusCodes

Additional http status codes that can trigger a retry

httpStatusCodes?: number[]

Property Value

number[]