101 - Permission Denied¶
API Error Code | 101 |
HTTP Status Code | |
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",
"type": "resource-permission-denied"
},
"stat": "fail"
}