mirror of
https://github.com/hashicorp/vault.git
synced 2026-06-08 16:24:51 -04:00
Adding the 429 code back in
This commit is contained in:
parent
28dbd64daa
commit
a829762ead
1 changed files with 2 additions and 0 deletions
|
|
@ -161,6 +161,8 @@ The following HTTP status codes are used throughout the API.
|
|||
- `404` - Invalid path. This can both mean that the path truly
|
||||
doesn't exist or that you don't have permission to view a
|
||||
specific path. We use 404 in some cases to avoid state leakage.
|
||||
- `429` - Default return code for health status of standby nodes, indicating a
|
||||
warning.
|
||||
- `500` - Internal server error. An internal error has occurred,
|
||||
try again later. If the error persists, report a bug.
|
||||
- `503` - Vault is down for maintenance or is currently sealed.
|
||||
|
|
|
|||
Loading…
Reference in a new issue