Jump to >

This documentation covers the in-development release of Review Board. You can see the stable Review Board documentation or all previous versions.

104 - Login Failed

API Error Code 104
HTTP Status Code

HTTP 401 Unauthorized

Error Text The username or password was not correct
HTTP Headers WWW-Authenticate
Description

Your client attempted to log in, but didn’t provide valid credentials. You’ll be provided with WWW-Authenticate HTTP headers so your client can try again.

See Authenticating for more information.

Examples

application/json

{
  "err": {
    "code": 104,
    "msg": "The username or password was not correct"
  },
  "stat": "fail"
}