Skip to content

Commit f501372

Browse files
authored
Add UaaRateLimited error to docs (#4185)
1 parent c035f88 commit f501372

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/v3/source/includes/concepts/_errors.md.erb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,5 @@ Title | Code | HTTP Status | Description
4040
`CF-NotAuthorized` | 10003 | 403 | The authenticated user does not have permission to perform this operation
4141
`CF-ResourceNotFound` | 10010 | 404 | The specified resource does not exist, or the authenticated user cannot read it
4242
`CF-UnprocessableEntity` | 10008 | 422 | Catch-all error when an operation fails to complete; the `detail` field will contain more information
43+
`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
4344
`UnknownError` | 10001 | 500 | An unexpected, uncaught error occurred; the CC logs will contain more information

0 commit comments

Comments
 (0)