|
5 | 5 | <head> |
6 | 6 | <meta charset="utf-8" /> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
8 | | - <title>dataretrieval.exceptions — dataretrieval 0.1.dev1+g5b4c1f033 documentation</title> |
| 8 | + <title>dataretrieval.exceptions — dataretrieval 0.1.dev1+g566ef869a documentation</title> |
9 | 9 | <link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=b86133f3" /> |
10 | 10 | <link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=9edc463e" /> |
11 | 11 |
|
12 | 12 |
|
13 | 13 | <script src="../../_static/jquery.js?v=5d32c60e"></script> |
14 | 14 | <script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script> |
15 | | - <script src="../../_static/documentation_options.js?v=3b7e0e16"></script> |
| 15 | + <script src="../../_static/documentation_options.js?v=ff907d52"></script> |
16 | 16 | <script src="../../_static/doctools.js?v=fd6eb6e6"></script> |
17 | 17 | <script src="../../_static/sphinx_highlight.js?v=6ffebe34"></script> |
18 | 18 | <script crossorigin="anonymous" integrity="sha256-Ae2Vz/4ePdIu6ZyI/5ZGsYnb+m0JlOmKPjt6XZ9JJkA=" src="https://cdnjs.cloudflare.com/ajax/libs/require.js/2.3.4/require.min.js"></script> |
|
76 | 76 | <h1>Source code for dataretrieval.exceptions</h1><div class="highlight"><pre> |
77 | 77 | <span></span><span class="sd">"""Exception taxonomy for ``dataretrieval``.</span> |
78 | 78 |
|
79 | | -<span class="sd">Every service module (``nwis``, ``wqp``, ``nldi``, ``waterdata``, ``nadp``,</span> |
| 79 | +<span class="sd">Every service module (``nwis``, ``wqp``, ``nldi``, ``waterdata``,</span> |
80 | 80 | <span class="sd">``streamstats``) raises a subclass of :class:`DataRetrievalError` when a request</span> |
81 | 81 | <span class="sd">fails, so one ``except dataretrieval.DataRetrievalError`` catches them all --</span> |
82 | 82 | <span class="sd">including connection-level failures (timeouts, DNS, refused connections), which</span> |
@@ -375,7 +375,7 @@ <h1>Source code for dataretrieval.exceptions</h1><div class="highlight"><pre> |
375 | 375 | <span class="w"> </span><span class="sd">"""Return the typed :class:`DataRetrievalError` for an HTTP error *status*.</span> |
376 | 376 |
|
377 | 377 | <span class="sd"> The one status-to-type mapping every request path shares (the legacy</span> |
378 | | -<span class="sd"> ``query`` path, ``waterdata``, ``nadp`` / ``streamstats``), so a given status</span> |
| 378 | +<span class="sd"> ``query`` path, ``waterdata``, ``streamstats``), so a given status</span> |
379 | 379 | <span class="sd"> becomes the same type everywhere:</span> |
380 | 380 |
|
381 | 381 | <span class="sd"> * **413, 414** -> :class:`URLTooLong` (a :class:`RequestTooLarge`) -- the</span> |
|
0 commit comments