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
Is there a specific reason why ValidationError can only be changed at the app level using validation_error_callback? #83
It would be great to be able to change it using @api.errorhandler(ValidationError) at the api level for people who are moving to flask-openapi3 from another framework to keep backwards compatibility.
If it is just a lack of contributors issue I could have a go at it also.