Details about a single retry, passed to the RetryLogger.
1-based index of the attempt that just failed.
Delay in milliseconds before the next attempt.
The error that triggered the retry.
Total retries allowed after the initial attempt.
Details about a single retry, passed to the RetryLogger.