Skip to content

feat(api-client): always catch 4xx and 5xx errors regardless of body type #2052

New issue

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

jonaro00
Copy link
Member

Switches the error condition (when we should read the body as ApiError) from
not(200 or 101) to 4xx or 5xx.

And makes sure each call with a plain verb uses one of the to_* methods to parse and return an error if there is one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant