Skip to content

Commit

Permalink
Merge pull request #8209 from PasanT9/900424-master
Browse files Browse the repository at this point in the history
Add error code 900424
  • Loading branch information
PasanT9 authored Oct 29, 2024
2 parents 4cee2e6 + 7dbecf0 commit 2add3ca
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions en/docs/troubleshooting/error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,18 +41,24 @@ Given below are some error codes and their meanings.
</tr>
</thead>
<tbody>
<tr class="odd">
<tr class="even">
<td><code>700700</code></td>
<td>API blocked</td>
<td>This API has been blocked temporarily. Please try again later or contact the system administrators.</td>
<td>Invoke an API which is in the <strong>BLOCKED</strong> lifecycle state</td>
</tr>
<tr class="even">
<tr class="odd">
<td><code>900422</code></td>
<td>Invalid GraphQL query</td>
<td>Syntax of the provided GraphQL query is invalid</td>
<td>Invoking a GraphQL API which has a invalid query</td>
</tr>
<tr class="even">
<td><code>900424</code></td>
<td>Temporary Server Error</td>
<td>Server has encountered an error. Please try again.</td>
<td>Invoking a protected backend with an invalid Oauth 2.0 backend token.</td>
</tr>
<tr class="odd">
<td> <code>900800</code> </td>
<td>Message throttled out</td>
Expand Down

0 comments on commit 2add3ca

Please sign in to comment.