throwHttpErrors: false and retry functionality #367
robertgr991
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
If you set |
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
-
Hello! Right now, the retry functionality is not working if
throwHttpErrors
isfalse
.Would it make sense for you to add another option to switch between retrying or not with
throwHttpErrors: false
with the option beingfalse
by default to a avoid breaking change?I know that you can pretty much achieve the same thing with
throwHttpErrors: true
and accessingerr.response
, but it's not explicitly said in the docs that retry doesn't work in that case.Beta Was this translation helpful? Give feedback.
All reactions