All our errors are standardized and will be returned in the following format. Error codes are stable and will not change.
{
"error": {
"code": "ERROR_CODE_IDENTIFIER",
"message": "Description of the error."
}
}
All our errors are standardized and will be returned in the following format. Error codes are stable and will not change.
{
"error": {
"code": "ERROR_CODE_IDENTIFIER",
"message": "Description of the error."
}
}