Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UaaRateLimited error to docs #4185

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/v3/source/includes/concepts/_errors.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading