flask-restx
flask-restx copied to clipboard
Fixed handle_error method
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.