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
We currently handle exceptions in multiple different locations. Our HTTP error status codes are returned in an inconsistent manner from multiple different points.
We should standardise error handling through the use of middleware.
We should return appropriate Exceptions, tailored to the underlying cause, which the middleware captures and converts to the appropriate HTTP status code.
The text was updated successfully, but these errors were encountered:
We currently handle exceptions in multiple different locations. Our HTTP error status codes are returned in an inconsistent manner from multiple different points.
We should standardise error handling through the use of middleware.
We should return appropriate Exceptions, tailored to the underlying cause, which the middleware captures and converts to the appropriate HTTP status code.
The text was updated successfully, but these errors were encountered: