103 - Not Logged In¶
| API Error Code | 103 |
| HTTP Status Code | HTTP 401 Unauthorized |
| HTTP Headers | WWW-Authenticate |
| Error Text | You are not logged in |
| Description | The resource requires that your client is logged in, and you’re not logged in yet. This is sent along with WWW-Authenticate HTTP headers. See Authenticating for more information. |
Example¶
{
stat: "fail",
err: {
code: 103,
msg: "You are not logged in"
}
}