104 - Login Failed¶
API Error Code | 104 |
HTTP Status Code | |
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 See Authenticating for more information. |
Examples¶
application/json¶
{
"err": {
"code": 104,
"msg": "The username or password was not correct",
"type": "auth-login-failed"
},
"stat": "fail"
}