Skip to main content

ErrorResponse

successboolean

Flag indicating whether the request was successful; for errors, it is alwaysfalse

statusnumber

Same value as the request status included in the headers.

result object
error object
messagestring

Error message description

requestIdstring

Request identifier for debugging purposes

ErrorResponse
{
"success": true,
"status": 0,
"result": {
"error": {
"message": "string"
}
},
"requestId": "string"
}