Parameters passed to the ClientConfiguration.rateLimiting onRetry callback.
onRetry
Delay in milliseconds before the next retry attempt.
The Axios error that triggered the retry.
Optional
Rate limit (requests per second) used to calculate the delay, if available.
Number of retry attempts so far.
Parameters passed to the ClientConfiguration.rateLimiting
onRetrycallback.