Information passed to the onRetry callback on each retry attempt.
onRetry
Which retry attempt this is (1-based)
Delay in milliseconds before this retry fires
Human-readable reason (e.g. "429 Too Many Requests")
Optional
HTTP status that triggered the retry, if applicable
The URL that was requested
Information passed to the
onRetrycallback on each retry attempt.