When an error occurs, the "ok" will be false.
Adding Hash errors:
{
"ok": false,
"err_no": 402,
"err_msg": {
"email": "* test@tesm is not valid email address",
"__all__": "* This IMEI is already queued or done on another cloud in our system.\
Please contact support if you wish to migrate IT."
}
}
"err_msg" is dictionary, it contains list of fields with errors, e.g. "err_msg": {<field_name>: <error_message>, ... }
Function is not supported:
{
"ok": false,
"err_no": 503,
"err_msg": "Function is not supported"
}