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
Right now, if we want to display a message to the user, we return a 200 response with errCustom and a custom error message.
An enhancement would be to be able to do the same, but over 4xx or 5xx responses. The issues with using 200 is that HTTP middleware (logging, proxies, Varnish...) will never get there are error happening, and won't work then.
The text was updated successfully, but these errors were encountered:
Hello,
Right now, if we want to display a message to the user, we return a 200 response with
errCustom
and a custom error message.An enhancement would be to be able to do the same, but over 4xx or 5xx responses. The issues with using 200 is that HTTP middleware (logging, proxies, Varnish...) will never get there are error happening, and won't work then.
The text was updated successfully, but these errors were encountered: