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 has been archived by the owner on Dec 1, 2023. It is now read-only.
And in my case, with a 422 status error (validation error from server), i cannot execute anything in the error case .... All I have is a Chrome console log (Uncaught (in promise) Response {url: "http://api.domain.dev/v1/wifi/tickets", ok: false, status: 422, statusText: "Unprocessable Entity", headers: Headers, …})
How can I execute a custom errors handling ?
The text was updated successfully, but these errors were encountered:
I'm using this kind of code :
And in my case, with a 422 status error (validation error from server), i cannot execute anything in the error case .... All I have is a Chrome console log (Uncaught (in promise) Response {url: "http://api.domain.dev/v1/wifi/tickets", ok: false, status: 422, statusText: "Unprocessable Entity", headers: Headers, …})
How can I execute a custom errors handling ?
The text was updated successfully, but these errors were encountered: