Skip to main content

Error Codes

If a request error occurs, the server will return a JSON response containing the following parameters:

  • error_code: The error code.
  • error_msg: A description of the error to help understand and resolve the issue.

For example, if the Access Token expires, the response will be:

{
"error_code": 110,
"error_msg": "Access token invalid or no longer valid"
}

Error Code Table

Error CodeError MessageDescription
0Unknown errorUnknown error. Please retry. If this error persists, contact the technical support team.
3Unsupported openapi methodThe requested API does not exist. Please check the request URL and try again. This error is often caused by non-English characters (e.g., "-") in the URL. Try manually inputting the correct URL.
4Open API request limit reachedCluster request limit exceeded. Please retry. If the error persists, contact the technical support team.
6No permission to access dataNo permission to access the API.
17Open API daily request limit reachedDaily request limit exceeded.
18Open API QPS request limit reachedQPS (queries per second) limit exceeded.
19Open API total request limit reachedTotal request limit exceeded.
100Invalid parameterInvalid access_token parameter. Token retrieval failed. Refer to the "Access Token Retrieval" documentation to obtain a new token.
110Access token invalid or no longer validThe access_token is invalid.
111Access token expiredThe access_token has expired. Its validity period is 30 days. Please ensure timely renewal or retrieve a new token with each request.
216100Invalid paramThe request contains illegal parameters. Please check and retry.
216101Not enough paramA required parameter is missing. Please verify that all necessary parameters are included.
216102Service not supportedThe requested service is not supported. Please check the API URL.
216103Param too longSome parameters in the request are too long. Please check and retry.
216110App ID does not existThe appid does not exist. Please verify that it matches an app ID from your backend application list.
216200Empty imageThe image is empty. Please check and retry.
216201Image format errorThe uploaded image format is incorrect. Supported formats: PNG, JPG, JPEG, BMP. Please convert the image or use a different one.
216202Image size errorThe uploaded image size is incorrect. Refer to the API documentation for image size requirements and re-upload accordingly.
216205Input oversizeThe request body size is incorrect. The maximum allowed size (after base64 encoding) is 10MB. Please resend the request with a smaller input.
216306Upload file errorFile upload failed. Please check the request parameters for the file submission API.
216308PDF file page number exceeds limitThe pdf_file_num parameter exceeds the actual number of pages in the PDF file.
282161Driving license requests too frequentlyToo many requests. This applies only to the driving license verification API.
500110Unable to reach the APIInternal server error. Please contact the technical support team.
500200Missing parameterInternal server error. Please contact the technical support team.