Error
errorCodestring
A system error code to identify the issue. Can be used by your system to detect what went wrong.
Example:
SERVER_ERRORmessagestring
Contains a human readable explanation of the error code. Any situational detail is appended to the end of the description.
Example:
An unexpected system errorError
{
"errorCode": "SERVER_ERROR",
"message": "An unexpected system error"
}