Error Codes
Description
If the Error field exists in the returned result, it means the API interface call failed. Example:
{
"code": 0,
"message": "Error code description",
"requestId": "4d5912a82af144f8a982c2da031c1035",
"data": {
}
}
code represents the error code, message represents the specific information of the error.
Error Code List
| Error Code | Description |
|---|---|
| 1000000 | Parameter error (invalid parameter format, type, etc.) |
| 1000001 | Internal system error |
| 1000002 | Missing required parameter |
| 1000003 | Callback event processing failed |
| 1000004 | Filters parameter count exceeds limit |
| 1000005 | Pagination parameter (Page) exceeds limit |
| 1001001 | No available version |
| 1001002 | Unknown image type |
| 1001003 | Image MD5 mismatch |
| 1001004 | Liveness detection failed |
| 1001005 | Quality detection failed |
| 1001006 | Video liveness detection failed |
| 1001007 | PalmId does not exist, please re-register palmprint |
| 1001008 | Already bound |
| 1001009 | PalmId may have been bound by others (incorrect binding) |
| 1001011 | Third-party authentication failed |
| 1001012 | No data found in database |
| 1001013 | No user matched in palmprint search hot library |
| 1001014 | Auxiliary image does not exist |
| 1001015 | Unknown verification type |
| 1001016 | System capacity full (table capacity limit) |
| 1001017 | User auxiliary image count exceeds limit |
| 1001018 | UserId for verification does not match |
| 1001019 | Verification ID has expired |
| 1001020 | PalmId already exists |
| 1001021 | High similarity palm exists |
| 1001022 | User palmprint search hot library capacity has reached limit |
| 1001023 | Database operation failed / User has been deleted (mid-air palm scenario) |
| 1001024 | User does not exist in database |
| 1001025 | Palmprint for user specified palm direction does not exist |
| 1001026 | Database concurrent operation conflict, please retry |
| 1001027 | Palmprint already exists |
| 1001028 | Current sync index of feature to be inserted already exists |
| 1001029 | Palm library feature quota exceeded (platform total quota insufficient) |
| 1001030 | Platform not authorized for mid-air palm function |
| 1001031 | Palm library quota cannot be lower than current usage |
| 1001032 | Application does not exist |
| 1001033 | Application already exists |