File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/content/docs/api-server/architecture Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ The following table lists the most common error codes and their corresponding HT
34
34
| ` 403 ` | ` forbidden ` | The authenticated user does not have the necessary permissions to perform the requested action. |
35
35
| ` 404 ` | ` notFound ` | The requested resource (e.g., an item with a specific ID) could not be found. |
36
36
| ` 409 ` | ` conflict ` | The request could not be completed due to a conflict with the current state of the resource. |
37
- | ` 429 ` | ` forbidden ` | The request was rejected because the client has exceeded the rate limit. |
37
+ | ` 429 ` | ` tooManyRequests ` | The request was rejected because the client has exceeded the rate limit. |
38
38
| ` 500 ` | ` serverError ` | A generic error occurred on the server. |
39
39
| ` 500 ` | ` operationFailed ` | A specific, known operation failed on the server for an unexpected reason. |
40
40
| ` 500 ` | ` unknownError ` | An unexpected and unhandled error occurred on the server. |
You can’t perform that action at this time.
0 commit comments