Add a RetryError for all connection failures #848
noudin-ledger
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Instead of re-raising the error when the max_retries has been reached, raising a newly created
RetryError
would allow an easier catching of those specific cases in custom clients or client calls.It could be for example used as such:
Beta Was this translation helpful? Give feedback.
All reactions