-
-
Notifications
You must be signed in to change notification settings - Fork 245
Closed
Description
Similar to #86, errors like SignatureExpiry are returning 500 rather than 4xx errors.
However I am using flask-restful which does not have an error_handler, so the solutions in the referenced issue do not apply.
Flask-restful is briefly mentioned on the releases page here , but setting application.config['PROPAGATE_EXCEPTIONS'] = True
didn't have any effect for me.
Any insight into how I can correctly deal with error handling using flask-restful?
Metadata
Metadata
Assignees
Labels
No labels