Stay organized with collections
Save and categorize content based on your preferences.
These are the error codes you might get when using the Vault API, how to
interpret them, and what to do when you get them.
If you need more help with an error, review the support resources.
Error code
Description
Action
400: Bad Request
This error code is returned when there is an error in the input request.
Check the request, make required changes to the request, and try again.
401: Invalid Credentials
The access token is invalid or expired.
Refresh the access token and try again.
404
The specified resource was not found. This error code is returned when the
request has a matter, hold, or account that doesn't exist.
409
The specified resource already exists.
Try to get the resource again, and, if needed, perform an update.
429
The request exceeds a Vault API quota.
Review the Vault API usage limits and use
an exponential backoff algorithm as described on that page.
500
An unexpected error happened while processing the request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-12-19 UTC."],[[["This page lists common Vault API error codes, their meanings, and suggested solutions."],["Error codes range from bad requests (400) to internal server errors (500), each with specific causes."],["Users should consult the error code descriptions to understand the issue and take the recommended action."],["For quota issues (429), review usage limits and implement exponential backoff strategies."],["If further assistance is needed, consult the provided support resources."]]],[]]