100 - Does Not Exist¶
| API Error Code | 100 |
| HTTP Status Code | |
| Error Text | Object does not exist |
| Description | One or more of the IDs provided in the URL doesn’t exist or isn’t valid in that level of the resource tree. |
Examples¶
application/json¶
{
"err": {
"code": 100,
"msg": "Object does not exist"
},
"stat": "fail"
}