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"
}
Error status code
Error message
Internal error code
Human-readable error description
{
"status": 0,
"error": "string",
"code": 0,
"message": "string"
}