We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Error Response
Error thrown with JSON error response and headers
At the moment an error is thrown with just this info response.status, response.statusText like in #15
response.status, response.statusText
Receive an status not in the range 200-299
The text was updated successfully, but these errors were encountered:
What
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Improve Error Response
Expected behavior
Error thrown with JSON error response and headers
Actual behavior
At the moment an error is thrown with just this info
response.status, response.statusText
like in #15Steps to reproduce the behavior
Receive an status not in the range 200-299
The text was updated successfully, but these errors were encountered: