This documentation covers Review Board 3.0.
You can select a version above or
view the latest documentation.
101 - Permission Denied
API Error Code |
101 |
HTTP Status Code |
HTTP 403 Forbidden |
Error Text |
You don't have permission for this |
Description |
Your client doesn’t have permission to access this resource or to perform
the operation. Usually this means the user your client is logged in as just
doesn’t own the resource or doesn’t have the access rights needed. |
Examples
application/json
{
"err": {
"code": 101,
"msg": "You don't have permission for this"
},
"stat": "fail"
}