100 - Does Not Exist¶
API Error Code | 100 |
HTTP Status Code | HTTP 404 Not Found |
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. |
Example¶
{
stat: "fail",
err: {
code: 100,
msg: "Object does not exist"
}
}