Skip to main content

Error

errorCodestring

A system error code to identify the issue. Can be used by your system to detect what went wrong.

Example: SERVER_ERROR
messagestring

Contains a human readable explanation of the error code. Any situational detail is appended to the end of the description.

Example: An unexpected system error
Error
{
"errorCode": "SERVER_ERROR",
"message": "An unexpected system error"
}