My workaround here was to overwrite functions and replace ValidationError and ApplicationError code with:
return ctx.badRequest("The error message");
An ugly solution though.
My workaround here was to overwrite functions and replace ValidationError and ApplicationError code with:
return ctx.badRequest("The error message");
An ugly solution though.