Common Error Messages
An API call that encounters an error will return 0 as its status code
and display the cause of the error under the result
field.
{
"status": "0",
"message": "Internal error",
"result": null
}
Last updated
An API call that encounters an error will return 0 as its status code
and display the cause of the error under the result
field.
{
"status": "0",
"message": "Internal error",
"result": null
}
Last updated