You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/v3/source/includes/concepts/_errors.md.erb
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -40,4 +40,5 @@ Title | Code | HTTP Status | Description
40
40
`CF-NotAuthorized` | 10003 | 403 | The authenticated user does not have permission to perform this operation
41
41
`CF-ResourceNotFound` | 10010 | 404 | The specified resource does not exist, or the authenticated user cannot read it
42
42
`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
43
44
`UnknownError` | 10001 | 500 | An unexpected, uncaught error occurred; the CC logs will contain more information
0 commit comments