Error Codes
The API responses use HTTP status codes to signify success and error categories. In case of an error response, additional information about the error can be found in the response body's code
and message
properties.
HTTP Status Code | Code | Message |
---|---|---|
500 | 1001 | Internal Error |
400 | 1002 | Bad Request |
401 | 1003 | Unauthorized |
403 | 1004 | Forbidden |
400 | 2001 | Invalid AppId |
400 | 2002 | Invalid Secret Key |
500 | 2003 | Invalid Login Code |
500 | 2004 | Login Code Expired |