Replies: 1 comment 1 reply
-
Will be fixed in #1076 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
currently, it seems that http error responses (i.e. status >= 400) are propagated as errors with an accompanying error message containing the status code, however the body is not relayed/processed.
it would be nice to have an option to process the body of error responses as well (and relay the http status code, ref. #93).
thanks!
Beta Was this translation helpful? Give feedback.
All reactions