You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have to mention that it is not that easy to differentiate between errors, since each HTTP Clients handle errors differently: some throws exceptions for 4xx status code responses, some don't. Currently we return every response if any, even if 4xx or 5xx responses.
That’s an option too, at least for requests that return a response. I think you need to throw an exception at least for cases where a networking timeout occurs.
As discussed in #10.
The text was updated successfully, but these errors were encountered: