This documentation covers Review Board 1.5.
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. |
Example
{
stat: "fail",
err: {
code: 101,
msg: "You don't have permission for this``
}
}