mirror of
https://github.com/hashicorp/vault.git
synced 2026-05-28 04:10:44 -04:00
Add 501 to Vault uninitialized (#22128)
* Add 502 to Vault uninitialized * Update index.mdx * Update index.mdx --------- Co-authored-by: Violet Hynes <violet.hynes@hashicorp.com>
This commit is contained in:
parent
a29b88b09f
commit
5c376701ff
1 changed files with 1 additions and 0 deletions
|
|
@ -304,6 +304,7 @@ warnings are generated during the operation.
|
|||
- `473` - Default return code for health status of performance standby nodes.
|
||||
- `500` - Internal server error. An internal error has occurred, try again
|
||||
later. If the error persists, report a bug.
|
||||
- `501` - Vault is not initialized.
|
||||
- `502` - A request to Vault required Vault making a request to a third party;
|
||||
the third party responded with an error of some kind.
|
||||
- `503` - Vault is down for maintenance or is currently sealed. Try again
|
||||
|
|
|
|||
Loading…
Reference in a new issue