# Functions
AfterConsecutiveFailures returns a retry middleware will invoke the OnMaxConsecutiveFailures callback when ever maxConsecutiveFailures has been reached for a retry operation.
# Type aliases
OnMaxConsecutiveFailures func that gets invoked when max consecutive failures has been reached.