API error codes
Status codes who can be returned by API. If the status code is not listed here, then it is an error in the API.
Code | Description | Reason and fix |
---|---|---|
1 | OK | All works normally, nothing to fix |
2 | Token not given | Token not passed to request or passed in wrong way, check your code. |
3 | Token error | Passed token is expired or incorrect, check token or re-issue them. |
4 | Insufficient funds | Endpoint requires minimal amount of tokens to execute request, but your application don't have enough |
5 | Access denied | Your app don't have permissions to run this request, check params. |
7 | The '$\{variable}' is not passed | Required param not passed. |
8 | Too many requests | Too many request from app, wait and retry request later. |
9 | Internal error | Internal server error, contact the support. |
12 | redirect_uri incorrect | Passed redirect_uri incorrect, check passed redirect_uri or app settings. |
13 | app incorrect | App incorrect, check passed application ID. |
14 | secret incorrect | Passed secret incorrect, check it. |
15 | password incorrect | Passed password incorrect, check it. |
16 | ts has expired | Passed timestamp expired, sync your time and try again. |
18 | The '$\{variable} incorrect | Passed param is incorrect, check them. |
19 | Not found | Requested data is not found, check your request. |
27 | Email not confirmed | This action requires email confirmation, but your account didn't confirm them. |
28 | '$\{variable}' already taken | Passed param is unique and taken. |
29 | '$\{variable}' is not strong enough | Passed param needs to be more strong. |