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
{
"error": {
"code": "ERROR_CODE_IDENTIFIER",
"message": "Description of the error."
}
}