API V2 Documentation
<error>
When an error occured, the API delievers an error object instead of the desired result
Elements
name | type | description |
---|---|---|
code | id | error code, see below |
msg | string | error description |
Error codes
code | description | http code |
---|---|---|
100 | API key missing | 401 Unauthorized |
101 | API key not found | 401 Unauthorized |
102 | API key deleted | 403 Forbidden |
103 | Your Api key has been revoked | 403 Forbidden |
150 | Quota exceeded | 403 Forbidden |
200 | Ressource unknown | 404 Not found |
201 | Invalid Media Format requested | 400 Bad Request |
202 | Invalid Parameter | 404 Not found |
203 | Method not provided | 404 Not found |
204 | Required Parameter missing | 400 Bad Request |
206 | Object not found | 404 Not found |
999 | Unknown error | 400 Bad Request |