# Functions

AfterRetryLimit is called after a retry limit is reached and can be used e.g.
No description provided by the author
IsMaxRetriesReached returns true if the cause of the given error is a MaxRetriesReachedError.
IsTimeout returns true if the cause of the given error is a TimeoutError.
No description provided by the author
RetryChecker defines whether the given error is an error that can be retried.
RetryLimit specifies the maximum number of times op will be called by Do().
No description provided by the author
No description provided by the author
Timeout specifies the maximum time that should be used before aborting the retry loop.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
ErrTimeout = errgo.New("Operation aborted.

# Structs

No description provided by the author
Authorizations.
No description provided by the author
No description provided by the author
No description provided by the author
sessions.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Option to dictate behaviour of retry validator.
No description provided by the author