Skip to main content

ErrorCode

codestring

A textual error code explaining the error reason

messagestring

A longer textual description of the error code and any contextual reasons for the failure. Only use the code to systematically detect reasons, as the message can be updated at any time.

ErrorCode
{
"code": "string",
"message": "string"
}