Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClean up docs about error handling #3573
Open
Labels
Comments
|
would be happy to have a crack at this if desired |
|
No need to ask, if there's no PR linked to an issue just go for it! |
|
is there a reason why register_error_handler has an underscore between "error" and "handler" when errorhandler does not? |
|
It came later and I wanted to use snake case going forward. |
jackwardell
added a commit
to jackwardell/flask
that referenced
this issue
May 2, 2020
Removing apierrors.rst and errorpages.rst from patterns and integrating the content into errorhandling.rst alterations and extra content.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


There are many pages in the docs that have different overlapping information about error handlers:
These need to be consolidated, probably into the
errorhandling.rstpage, with a link to the blueprints page section for blueprint-specific information.Also, in #3572 @mikeckennedy brought to our attention that the docs about 404 and 500 handlers for blueprints needs clarification with better examples and explanation of why they don't work in all cases.