|
6238 | 6238 | </li></ul>
|
6239 | 6239 | </nav>
|
6240 | 6240 | </li>
|
| 6241 | + <li class="md-nav__item"><a href="#module-datadog_api_client.v2.model.jsonapi_error_item_source" class="md-nav__link">datadog_api_client.v2.model.jsonapi_error_item_source module</a><nav class="md-nav"> |
| 6242 | + <ul class="md-nav__list"> |
| 6243 | + <li class="md-nav__item"><a href="#datadog_api_client.v2.model.jsonapi_error_item_source.JSONAPIErrorItemSource" class="md-nav__link"><code class="docutils literal notranslate"><span class="pre">JSONAPIErrorItemSource</span></code></a> |
| 6244 | + </li></ul> |
| 6245 | + </nav> |
| 6246 | + </li> |
6241 | 6247 | <li class="md-nav__item"><a href="#module-datadog_api_client.v2.model.jsonapi_error_response" class="md-nav__link">datadog_api_client.v2.model.jsonapi_error_response module</a><nav class="md-nav">
|
6242 | 6248 | <ul class="md-nav__list">
|
6243 | 6249 | <li class="md-nav__item"><a href="#datadog_api_client.v2.model.jsonapi_error_response.JSONAPIErrorResponse" class="md-nav__link"><code class="docutils literal notranslate"><span class="pre">JSONAPIErrorResponse</span></code></a>
|
@@ -30069,13 +30075,33 @@ <h2 id="submodules">Submodules<a class="headerlink" href="#submodules" title="Li
|
30069 | 30075 | <dt class="field-odd">Parameters<span class="colon">:</span></dt>
|
30070 | 30076 | <dd class="field-odd"><ul class="simple">
|
30071 | 30077 | <li><p><strong>detail</strong> (<em>str</em><em>, </em><em>optional</em>) – A human-readable explanation specific to this occurrence of the error.</p></li>
|
| 30078 | +<li><p><strong>meta</strong> (<em>{str:</em><em> (</em><em>bool</em><em>, </em><em>date</em><em>, </em><em>datetime</em><em>, </em><em>dict</em><em>, </em><em>float</em><em>, </em><em>int</em><em>, </em><em>list</em><em>, </em><em>str</em><em>, </em><em>UUID</em><em>, </em><em>none_type</em><em>,</em><em>)</em><em>}</em><em>, </em><em>optional</em>) – Non-standard meta-information about the error</p></li> |
| 30079 | +<li><p><strong>source</strong> (<a class="reference internal" href="#datadog_api_client.v2.model.jsonapi_error_item_source.JSONAPIErrorItemSource" title="datadog_api_client.v2.model.jsonapi_error_item_source.JSONAPIErrorItemSource"><em>JSONAPIErrorItemSource</em></a><em>, </em><em>optional</em>) – References to the source of the error.</p></li> |
30072 | 30080 | <li><p><strong>status</strong> (<em>str</em><em>, </em><em>optional</em>) – Status code of the response.</p></li>
|
30073 | 30081 | <li><p><strong>title</strong> (<em>str</em><em>, </em><em>optional</em>) – Short human-readable summary of the error.</p></li>
|
30074 | 30082 | </ul>
|
30075 | 30083 | </dd>
|
30076 | 30084 | </dl>
|
30077 | 30085 | </dd></dl>
|
30078 | 30086 | </section>
|
| 30087 | +<section id="module-datadog_api_client.v2.model.jsonapi_error_item_source"> |
| 30088 | +<span id="datadog-api-client-v2-model-jsonapi-error-item-source-module"></span><h2 id="module-datadog_api_client.v2.model.jsonapi_error_item_source">datadog_api_client.v2.model.jsonapi_error_item_source module<a class="headerlink" href="#module-datadog_api_client.v2.model.jsonapi_error_item_source" title="Link to this heading">¶</a></h2> |
| 30089 | +<dl class="py class"> |
| 30090 | +<dt class="sig sig-object py" id="datadog_api_client.v2.model.jsonapi_error_item_source.JSONAPIErrorItemSource"> |
| 30091 | +<em class="property"><span class="pre">class</span><span class="w"> </span></em><span class="sig-name descname"><span class="pre">JSONAPIErrorItemSource</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="o"><span class="pre">*</span></span><span class="n"><span class="pre">args</span></span></em>, <em class="sig-param"><span class="o"><span class="pre">**</span></span><span class="n"><span class="pre">kwargs</span></span></em><span class="sig-paren">)</span><a class="headerlink" href="#datadog_api_client.v2.model.jsonapi_error_item_source.JSONAPIErrorItemSource" title="Link to this definition">¶</a></dt> |
| 30092 | +<dd><p>Bases: <a class="reference internal" href="datadog_api_client.html#datadog_api_client.model_utils.ModelNormal" title="datadog_api_client.model_utils.ModelNormal"><code class="xref py py-class docutils literal notranslate"><span class="pre">ModelNormal</span></code></a></p> |
| 30093 | +<p>References to the source of the error.</p> |
| 30094 | +<dl class="field-list simple"> |
| 30095 | +<dt class="field-odd">Parameters<span class="colon">:</span></dt> |
| 30096 | +<dd class="field-odd"><ul class="simple"> |
| 30097 | +<li><p><strong>header</strong> (<em>str</em><em>, </em><em>optional</em>) – A string indicating the name of a single request header which caused the error.</p></li> |
| 30098 | +<li><p><strong>parameter</strong> (<em>str</em><em>, </em><em>optional</em>) – A string indicating which URI query parameter caused the error.</p></li> |
| 30099 | +<li><p><strong>pointer</strong> (<em>str</em><em>, </em><em>optional</em>) – A JSON pointer to the value in the request document that caused the error.</p></li> |
| 30100 | +</ul> |
| 30101 | +</dd> |
| 30102 | +</dl> |
| 30103 | +</dd></dl> |
| 30104 | +</section> |
30079 | 30105 | <section id="module-datadog_api_client.v2.model.jsonapi_error_response">
|
30080 | 30106 | <span id="datadog-api-client-v2-model-jsonapi-error-response-module"></span><h2 id="module-datadog_api_client.v2.model.jsonapi_error_response">datadog_api_client.v2.model.jsonapi_error_response module<a class="headerlink" href="#module-datadog_api_client.v2.model.jsonapi_error_response" title="Link to this heading">¶</a></h2>
|
30081 | 30107 | <dl class="py class">
|
|
0 commit comments