Exceptions
Retry and strategy exceptions
RetryExaustedError
Bases: BaseException
Raised when the number of retries was exausted
Source code in pyretries/exceptions.py
7 8 9 10 |
|
RetryStrategyExausted
Bases: BaseException
Raised when the strategy was exausted
Source code in pyretries/exceptions.py
13 14 15 16 |
|