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
{{ message }}
This repository was archived by the owner on Apr 18, 2023. It is now read-only.
I noticed that there isn't a way to handle errors out of the box. Basically, you have to deserialize the JSON data "manually" if the response's status code is 4xx or 5xx. I think it would simplify error handling if an MSError model was added.