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
Comment by aravinve Friday Feb 04, 2022 at 04:59 GMT
Exception Handling should be converted to a custom class for the overall spring boot application.
Use @ExceptionHandler to perform this customer handling and return GenericWrapperResponse
Issue by neel1996
Thursday Feb 03, 2022 at 18:05 GMT
Originally opened as https://github.com/neel1996/mimock/issues/15
The exception in all layers need to be handled gracefully and propagated to the controller as an error response that could be sent back to the client
E.g:
The text was updated successfully, but these errors were encountered: