Skip to content
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

fix: properly handle request errors #260

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LPkkjHD
Copy link

@LPkkjHD LPkkjHD commented Sep 24, 2024

Currently when a request goes wrong (essentially when !response.ok) we always end up with some sort of Network Error, which is not the desired behavior when the spec and the generated typing expects us to have a <RequestSecifc>Error.

As this issue isn't new and has been solved in comments by SeanCondon as well as MarcusOhman91 already this is more of a paperwork PR.

Closes #188
Closes #113

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