flask-restx icon indicating copy to clipboard operation
flask-restx copied to clipboard

Fixed handle_error method

Open szymonpru opened this issue 4 years ago • 0 comments

Fixed issue related to topic 'Exception data is returned instead of custom error handle data'. Related issues: python-restx#33 python-restx#27 python-restx#103 python-restx#102

Now it first looks for an error message from your custom error_handler, if there is none, it will return the default_data.

szymonpru avatar Nov 26 '21 19:11 szymonpru