Skip to content

Commit

Permalink
Add 409 Conflict to CreateGlobalVariable (#2586)
Browse files Browse the repository at this point in the history
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com> d55de74
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec committed Jul 26, 2024
1 parent 377775e commit 03411c8
Show file tree
Hide file tree
Showing 4 changed files with 2,458 additions and 2,458 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ <h2>
<td></td>
<td align="right">14700</td>
<td></td>
<td align="left">2024-07-26 15:47:08.995028695 +0000 UTC</td>
<td align="left">2024-07-26 18:25:15.788598198 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -88,7 +88,7 @@ <h2>
<td></td>
<td align="right">18011</td>
<td></td>
<td align="left">2024-07-26 15:47:08.995028695 +0000 UTC</td>
<td align="left">2024-07-26 18:25:15.788598198 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -97,7 +97,7 @@ <h2>
<td></td>
<td align="right">622</td>
<td></td>
<td align="left">2024-07-26 15:47:08.995028695 +0000 UTC</td>
<td align="left">2024-07-26 18:25:15.788598198 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -106,7 +106,7 @@ <h2>
<td></td>
<td align="right">633</td>
<td></td>
<td align="left">2024-07-26 15:47:08.995028695 +0000 UTC</td>
<td align="left">2024-07-26 18:25:15.788598198 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -115,7 +115,7 @@ <h2>
<td></td>
<td align="right">405</td>
<td></td>
<td align="left">2024-07-26 15:47:08.995028695 +0000 UTC</td>
<td align="left">2024-07-26 18:25:15.792598199 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -124,7 +124,7 @@ <h2>
<td></td>
<td align="right">12924</td>
<td></td>
<td align="left">2024-07-26 15:47:08.995028695 +0000 UTC</td>
<td align="left">2024-07-26 18:25:15.792598199 +0000 UTC</td>
</tr>

<tr>
Expand All @@ -133,7 +133,7 @@ <h2>
<td></td>
<td align="right">589</td>
<td></td>
<td align="left">2024-07-26 15:47:08.995028695 +0000 UTC</td>
<td align="left">2024-07-26 18:25:15.792598199 +0000 UTC</td>
</tr>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ <h2>
<span id="L67" class="ln"> 67  </span> ErrorBody: localVarBody,
<span id="L68" class="ln"> 68  </span> ErrorMessage: localVarHTTPResponse.Status,
<span id="L69" class="ln"> 69  </span> }
<span id="L70" class="ln"> 70  </span> if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 429 {
<span id="L70" class="ln"> 70  </span> if localVarHTTPResponse.StatusCode == 400 || localVarHTTPResponse.StatusCode == 403 || localVarHTTPResponse.StatusCode == 409 || localVarHTTPResponse.StatusCode == 429 {
<span id="L71" class="ln"> 71  </span> var v APIErrorResponse
<span id="L72" class="ln"> 72  </span> err = a.Client.Decode(&amp;v, localVarBody, localVarHTTPResponse.Header.Get(&#34;Content-Type&#34;))
<span id="L73" class="ln"> 73  </span> if err != nil {
Expand Down
Loading

0 comments on commit 03411c8

Please sign in to comment.