Skip to main content

ErrorResponse

statusinteger

Error status code

errorstring

Error message

codeinteger

Internal error code

messagestring

Human-readable error description

ErrorResponse
{
"status": 0,
"error": "string",
"code": 0,
"message": "string"
}