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