Is your feature request related to a problem? Please describe.
Controllers have repetitive code for handling errors.
Describe the solution you'd like
Contexts/Repos should return standardized errors and the FallbackController should be there to catch them and send serialized/standardized error response.
Is your feature request related to a problem? Please describe.
Controllers have repetitive code for handling errors.
Describe the solution you'd like
Contexts/Repos should return standardized errors and the FallbackController should be there to catch them and send serialized/standardized error response.