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 2fa8eb3cfe
commit 59b0b85835
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
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`.