This documentation covers the in-development release of Review Board.
You can see the latest stable
docs or all previous versions.
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"
}