Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 622 Bytes

_errors.md

File metadata and controls

14 lines (13 loc) · 622 Bytes

Errors

Uphold API uses the following error codes:

Code Meaning
400 Bad Request -- Validation failed.
401 Unauthorized -- Bad credentials.
403 Forbidden -- Access forbidden.
404 Not Found -- Object not found.
412 Precondition Failed
416 Requested Range Not Satisfiable
429 Too Many Requests -- Rate limit exceeded.
500 Internal Server Error -- Something went wrong in our server.
503 Service Unavailable -- We're temporarily offline for maintenance. Please try again in a little bit.