This documentation covers Review Board 4.0.
You can select a version above or
view the latest documentation.
208 - Invalid User
API Error Code |
208 |
HTTP Status Code |
HTTP 400 Bad Request |
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."
},
"stat": "fail"
}