Errors

View as Markdown

All errors are standardized and returned in the following format. Error codes are stable and will not change.

Error Response Format
1{
2 "error": {
3 "code": "ERROR_CODE_IDENTIFIER",
4 "message": "Description of the error."
5 }
6}