Values.RetryDetailsSourceInformation about retry attempts for an operation.
type nonrec t = {currentAttempt : AttemptCount.t option;The current attempt number for this operation.
*)nextAttemptDelaySeconds : DurationSeconds.t option;The delay before the next retry attempt, in seconds.
*)}