This documentation covers Review Board 3.0.
You can select a version above or
view the latest documentation.
112 - OAuth2 Missing Scope Error
API Error Code |
112 |
HTTP Status Code |
HTTP 403 Forbidden |
Error Text |
Your OAuth2 token lacks the necessary scopes for this request. |
Description |
The OAuth2 token being used lacks the necessary scopes for the given
request. |
Examples
application/json
{
"err": {
"code": 112,
"msg": "Your OAuth2 token lacks the necessary scopes for this request."
},
"stat": "fail"
}