104 - Login Failed¶
API Error Code | 104 |
HTTP Status Code | HTTP 401 Unauthorized |
HTTP Headers | WWW-Authenticate |
Error Text | The username or password was not correct |
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. |
Example¶
{
stat: "fail",
err: {
code: 104,
msg: "The username or password was not correct"
}
}