Replies: 1 comment
-
|
This is caused because of the way If you are catching @api.errorhandler(BadRequest)
def handle_validation_error(error):
api.logger.error(error.data)
error.data = {'my custom': 'error message'}
return {}, 400 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to override 400 error to add some information but I can't catch them with :
Where is my issue ?
Beta Was this translation helpful? Give feedback.
All reactions