You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -647,7 +647,7 @@ <h2>API Endpoints<a class="headerlink" href="#api-endpoints" title="Permalink to
647
647
<spanid="errors"></span><h2>Errors<aclass="headerlink" href="#module-plaid.errors" title="Permalink to this headline">¶</a></h2>
648
648
<dlclass="exception">
649
649
<dtid="plaid.errors.PlaidError">
650
-
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">PlaidError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.PlaidError" title="Permalink to this definition">¶</a></dt>
650
+
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">PlaidError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em>, <em>request_id=''</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.PlaidError" title="Permalink to this definition">¶</a></dt>
@@ -662,6 +662,8 @@ <h2>API Endpoints<a class="headerlink" href="#api-endpoints" title="Permalink to
662
662
safe for programmatic use.</li>
663
663
<li><strong>display_message</strong> (<em>str</em>) – A user-friendly error message. Not safe
664
664
for programmatic use. May be None.</li>
665
+
<li><strong>request_id</strong> (<em>str</em>) – A unique id returned for all server
666
+
responses.</li>
665
667
</ul>
666
668
</td>
667
669
</tr>
@@ -678,42 +680,42 @@ <h2>API Endpoints<a class="headerlink" href="#api-endpoints" title="Permalink to
678
680
679
681
<dlclass="exception">
680
682
<dtid="plaid.errors.InvalidRequestError">
681
-
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">InvalidRequestError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.InvalidRequestError" title="Permalink to this definition">¶</a></dt>
683
+
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">InvalidRequestError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em>, <em>request_id=''</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.InvalidRequestError" title="Permalink to this definition">¶</a></dt>
<p>The request is malformed and cannot be processed.</p>
684
686
</dd></dl>
685
687
686
688
<dlclass="exception">
687
689
<dtid="plaid.errors.InvalidInputError">
688
-
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">InvalidInputError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.InvalidInputError" title="Permalink to this definition">¶</a></dt>
690
+
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">InvalidInputError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em>, <em>request_id=''</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.InvalidInputError" title="Permalink to this definition">¶</a></dt>
<p>The request is correctly formatted, but the values are incorrect.</p>
691
693
</dd></dl>
692
694
693
695
<dlclass="exception">
694
696
<dtid="plaid.errors.RateLimitExceededError">
695
-
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">RateLimitExceededError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.RateLimitExceededError" title="Permalink to this definition">¶</a></dt>
697
+
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">RateLimitExceededError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em>, <em>request_id=''</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.RateLimitExceededError" title="Permalink to this definition">¶</a></dt>
<p>The request is valid but has exceeded established rate limits.</p>
698
700
</dd></dl>
699
701
700
702
<dlclass="exception">
701
703
<dtid="plaid.errors.APIError">
702
-
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">APIError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.APIError" title="Permalink to this definition">¶</a></dt>
704
+
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">APIError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em>, <em>request_id=''</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.APIError" title="Permalink to this definition">¶</a></dt>
<p>Planned maintenance or an API internal server error.</p>
705
707
</dd></dl>
706
708
707
709
<dlclass="exception">
708
710
<dtid="plaid.errors.ItemError">
709
-
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">ItemError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.ItemError" title="Permalink to this definition">¶</a></dt>
711
+
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">ItemError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em>, <em>request_id=''</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.ItemError" title="Permalink to this definition">¶</a></dt>
<p>There is invalid information about an item or it is not supported.</p>
712
714
</dd></dl>
713
715
714
716
<dlclass="exception">
715
717
<dtid="plaid.errors.InstitutionError">
716
-
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">InstitutionError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.InstitutionError" title="Permalink to this definition">¶</a></dt>
718
+
<emclass="property">exception </em><codeclass="descclassname">plaid.errors.</code><codeclass="descname">InstitutionError</code><spanclass="sig-paren">(</span><em>message</em>, <em>type</em>, <em>code</em>, <em>display_message</em>, <em>request_id=''</em><spanclass="sig-paren">)</span><aclass="headerlink" href="#plaid.errors.InstitutionError" title="Permalink to this definition">¶</a></dt>
0 commit comments