mention of error modes in quickstart
authorBryan Helmig <bryan@bryanhelmig.com>
Thu, 5 Jan 2012 20:11:19 +0000 (14:11 -0600)
committerBryan Helmig <bryan@bryanhelmig.com>
Thu, 5 Jan 2012 20:11:19 +0000 (14:11 -0600)
docs/user/quickstart.rst

index 347411748250982eb59a8f3937dc059de1e99dd9..551d0c3405291a85c00aee8bc0cde895c2d91dc1 100644 (file)
@@ -364,6 +364,10 @@ If a request exceeds the configured number of maximum redirections, a :class:`To
 All exceptions that Requests explicitly raises inherit from
 :class:`requests.exceptions.RequestException`.
 
+You can refer to :ref:`Configuration API Docs <configurations>` for immediate raising of :class:`HTTPError` exceptions
+via the ``danger_mode`` option or have Requests catch the majority of :class:`requests.exceptions.RequestException` exceptions
+with the ``safe_mode`` option.
+
 -----------------------
 
 Ready for more? Check out the :ref:`advanced <advanced>` section.