RetryPolicy
RetryPolicy =
object
Defined in: Types/RetryPolicy.ts:14
An immutable policy describing retry limits and backoff delay strategies.
Example
Section titled “Example”Properties
Section titled “Properties”attempts
Section titled “attempts”
readonlyattempts:number
Defined in: Types/RetryPolicy.ts:14
getDelay
Section titled “getDelay”
readonlygetDelay: (attempt) =>Duration
Defined in: Types/RetryPolicy.ts:14
Parameters
Section titled “Parameters”attempt
Section titled “attempt”number