From ea95cd1b306911956140cb7d1107b6b219a9c1ff Mon Sep 17 00:00:00 2001 From: Sven Krieger <37476281+svkrieger@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:34:14 +0100 Subject: [PATCH] Add UaaRateLimited error to docs --- docs/v3/source/includes/concepts/_errors.md.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/v3/source/includes/concepts/_errors.md.erb b/docs/v3/source/includes/concepts/_errors.md.erb index da7ec40031d..04a0605b3f9 100644 --- a/docs/v3/source/includes/concepts/_errors.md.erb +++ b/docs/v3/source/includes/concepts/_errors.md.erb @@ -40,4 +40,5 @@ Title | Code | HTTP Status | Description `CF-NotAuthorized` | 10003 | 403 | The authenticated user does not have permission to perform this operation `CF-ResourceNotFound` | 10010 | 404 | The specified resource does not exist, or the authenticated user cannot read it `CF-UnprocessableEntity` | 10008 | 422 | Catch-all error when an operation fails to complete; the `detail` field will contain more information +`CF-UaaRateLimited` | 20008 | 429 | Too many requests were made to the UAA instance. The request can be retried after the period stated in the `Retry-After` header `UnknownError` | 10001 | 500 | An unexpected, uncaught error occurred; the CC logs will contain more information