consolidate error handling docs

Remove apierrors.rst and errorpages.rst from patterns and integrate the
content into errorhandling.rst, along with other changes and extra
content.
This commit is contained in:
jackwardell 2020-05-02 12:34:31 +01:00 committed by David Lord
parent 0ce6118fb8
commit 79bd55cedf
5 changed files with 475 additions and 303 deletions

View file

@ -273,4 +273,4 @@ at the application level using the ``request`` proxy object::
else:
return ex
More information on error handling see :doc:`/patterns/errorpages`.
See :doc:`/errorhandling`.