208 - Invalid User¶
API Error Code | 208 |
HTTP Status Code | |
Error Text | User does not exist. |
Description | The username specified in a request does not exist on the server. This isn’t related to authentication, but rather for usernames that are passed as parameters in some request, such as when creating a review request as another user. |
Examples¶
application/json¶
{
"err": {
"code": 208,
"msg": "User does not exist.",
"type": "user-invalid"
},
"stat": "fail"
}