This documentation covers Review Board 3.0.
You can select a version above or
view the latest documentation.
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. |
Examples
application/json
{
"err": {
"code": 100,
"msg": "Object does not exist"
},
"stat": "fail"
}