Replies: 1 comment 3 replies
-
Don’t most HTTP libraries have a specific exception sub type for server errors? Otherwise this is a sub type of #63, I think? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to retry http request errors with status 500+ (but not 400-500), is this possible? The
on
parameter apparently accepts only exception type(s).Beta Was this translation helpful? Give feedback.
All reactions