|
6 | 6 | <head> |
7 | 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
8 | 8 |
|
9 | | - <title>Plaid Python Documentation! — Plaid Python 2.0.3 documentation</title> |
| 9 | + <title>Plaid Python Documentation! — Plaid Python 2.1.1 documentation</title> |
10 | 10 |
|
11 | 11 | <link rel="stylesheet" href="_static/alabaster.css" type="text/css" /> |
12 | 12 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
13 | 13 |
|
14 | 14 | <script type="text/javascript"> |
15 | 15 | var DOCUMENTATION_OPTIONS = { |
16 | 16 | URL_ROOT: './', |
17 | | - VERSION: '2.0.3', |
| 17 | + VERSION: '2.1.1', |
18 | 18 | COLLAPSE_INDEX: false, |
19 | 19 | FILE_SUFFIX: '.html', |
20 | 20 | HAS_SOURCE: false, |
@@ -648,7 +648,7 @@ <h2>API Endpoints<a class="headerlink" href="#api-endpoints" title="Permalink to |
648 | 648 | <dl class="exception"> |
649 | 649 | <dt id="plaid.errors.PlaidError"> |
650 | 650 | <em class="property">exception </em><code class="descclassname">plaid.errors.</code><code class="descname">PlaidError</code><span class="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><span class="sig-paren">)</span><a class="headerlink" href="#plaid.errors.PlaidError" title="Permalink to this definition">¶</a></dt> |
651 | | -<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">exceptions.Exception</span></code></p> |
| 651 | +<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">Exception</span></code></p> |
652 | 652 | <p>A Plaid API error.</p> |
653 | 653 | <table class="docutils field-list" frame="void" rules="none"> |
654 | 654 | <col class="field-name" /> |
@@ -711,6 +711,13 @@ <h2>API Endpoints<a class="headerlink" href="#api-endpoints" title="Permalink to |
711 | 711 | <p>There is invalid information about an item or it is not supported.</p> |
712 | 712 | </dd></dl> |
713 | 713 |
|
| 714 | +<dl class="exception"> |
| 715 | +<dt id="plaid.errors.InstitutionError"> |
| 716 | +<em class="property">exception </em><code class="descclassname">plaid.errors.</code><code class="descname">InstitutionError</code><span class="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><span class="sig-paren">)</span><a class="headerlink" href="#plaid.errors.InstitutionError" title="Permalink to this definition">¶</a></dt> |
| 717 | +<dd><p>Bases: <a class="reference internal" href="#plaid.errors.PlaidError" title="plaid.errors.PlaidError"><code class="xref py py-class docutils literal"><span class="pre">plaid.errors.PlaidError</span></code></a></p> |
| 718 | +<p>There are errors for the requested financial institution.</p> |
| 719 | +</dd></dl> |
| 720 | + |
714 | 721 | </div> |
715 | 722 | </div> |
716 | 723 | <div class="section" id="indices-and-tables"> |
|
0 commit comments