|
2 | 2 |
|
3 | 3 | During the use of InspireFace, some error feedback codes may be generated. Here is a table of error feedback codes. |
4 | 4 |
|
5 | | -| **Index** | **Name** | **Code** | **Description** | |
6 | | -| --- | --- | --- | --- | |
7 | | -| 1 | HSUCCEED | 0 | Success | |
8 | | -| 2 | HERR_BASIC_BASE | 1 | Basic error types | |
9 | | -| 3 | HERR_UNKNOWN | 1 | Unknown error | |
10 | | -| 4 | HERR_INVALID_PARAM | 2 | Invalid parameter | |
11 | | -| 5 | HERR_INVALID_IMAGE_STREAM_HANDLE | 25 | Invalid image stream handle | |
12 | | -| 6 | HERR_INVALID_CONTEXT_HANDLE | 26 | Invalid context handle | |
13 | | -| 7 | HERR_INVALID_FACE_TOKEN | 31 | Invalid face token | |
14 | | -| 8 | HERR_INVALID_FACE_FEATURE | 32 | Invalid face feature | |
15 | | -| 9 | HERR_INVALID_FACE_LIST | 33 | Invalid face feature list | |
16 | | -| 10 | HERR_INVALID_BUFFER_SIZE | 34 | Invalid copy token | |
17 | | -| 11 | HERR_INVALID_IMAGE_STREAM_PARAM | 35 | Invalid image param | |
18 | | -| 12 | HERR_INVALID_SERIALIZATION_FAILED | 36 | Invalid face serialization failed | |
19 | | -| 13 | HERR_SESS_BASE | 1280 | Session error types | |
20 | | -| 14 | HERR_SESS_FUNCTION_UNUSABLE | 1282 | Function not usable | |
21 | | -| 15 | HERR_SESS_TRACKER_FAILURE | 1283 | Tracker module not initialized | |
22 | | -| 16 | HERR_SESS_INVALID_RESOURCE | 1290 | Invalid static resource | |
23 | | -| 17 | HERR_SESS_NUM_OF_MODELS_NOT_MATCH | 1291 | Number of models does not match | |
24 | | -| 18 | HERR_SESS_PIPELINE_FAILURE | 1288 | Pipeline module not initialized | |
25 | | -| 19 | HERR_SESS_REC_EXTRACT_FAILURE | 1295 | Face feature extraction not registered | |
26 | | -| 20 | HERR_SESS_REC_DEL_FAILURE | 1296 | Face feature deletion failed due to out of range index | |
27 | | -| 21 | HERR_SESS_REC_UPDATE_FAILURE | 1297 | Face feature update failed due to out of range index | |
28 | | -| 22 | HERR_SESS_REC_ADD_FEAT_EMPTY | 1298 | Feature vector for registration cannot be empty | |
29 | | -| 23 | HERR_SESS_REC_FEAT_SIZE_ERR | 1299 | Incorrect length of feature vector for registration | |
30 | | -| 24 | HERR_SESS_REC_INVALID_INDEX | 1300 | Invalid index number | |
31 | | -| 25 | HERR_SESS_REC_CONTRAST_FEAT_ERR | 1303 | Incorrect length of feature vector for comparison | |
32 | | -| 26 | HERR_SESS_REC_BLOCK_FULL | 1304 | Feature vector block full | |
33 | | -| 27 | HERR_SESS_REC_BLOCK_DEL_FAILURE | 1305 | Deletion failed | |
34 | | -| 28 | HERR_SESS_REC_BLOCK_UPDATE_FAILURE | 1306 | Update failed | |
35 | | -| 29 | HERR_SESS_REC_ID_ALREADY_EXIST | 1307 | ID already exists | |
36 | | -| 30 | HERR_SESS_FACE_DATA_ERROR | 1310 | Face data parsing | |
37 | | -| 31 | HERR_SESS_FACE_REC_OPTION_ERROR | 1320 | An optional parameter is incorrect | |
38 | | -| 32 | HERR_FT_HUB_DISABLE | 1329 | FeatureHub is disabled | |
39 | | -| 33 | HERR_FT_HUB_OPEN_ERROR | 1330 | Database open error | |
40 | | -| 34 | HERR_FT_HUB_NOT_OPENED | 1331 | Database not opened | |
41 | | -| 35 | HERR_FT_HUB_NO_RECORD_FOUND | 1332 | No record found | |
42 | | -| 36 | HERR_FT_HUB_CHECK_TABLE_ERROR | 1333 | Data table check error | |
43 | | -| 37 | HERR_FT_HUB_INSERT_FAILURE | 1334 | Data insertion error | |
44 | | -| 38 | HERR_FT_HUB_PREPARING_FAILURE | 1335 | Data preparation error | |
45 | | -| 39 | HERR_FT_HUB_EXECUTING_FAILURE | 1336 | SQL execution error | |
46 | | -| 40 | HERR_FT_HUB_NOT_VALID_FOLDER_PATH | 1337 | Invalid folder path | |
47 | | -| 41 | HERR_FT_HUB_ENABLE_REPETITION | 1338 | Enable db function repeatedly | |
48 | | -| 42 | HERR_FT_HUB_DISABLE_REPETITION | 1339 | Disable db function repeatedly | |
49 | | -| 43 | HERR_ARCHIVE_LOAD_FAILURE | 1360 | Archive load failure | |
50 | | -| 44 | HERR_ARCHIVE_LOAD_MODEL_FAILURE | 1361 | Model load failure | |
51 | | -| 45 | HERR_ARCHIVE_FILE_FORMAT_ERROR | 1362 | The archive format is incorrect | |
52 | | -| 46 | HERR_ARCHIVE_REPETITION_LOAD | 1363 | Do not reload the model | |
53 | | -| 47 | HERR_ARCHIVE_NOT_LOAD | 1364 | Model not loaded | |
| 5 | + | Index | Name | Code | Comment | |
| 6 | + | --- | --- | --- | --- | |
| 7 | + | 1 | HSUCCEED | 0 | Success | |
| 8 | + | 2 | HERR_BASIC_BASE | 1 | Basic error types | |
| 9 | + | 3 | HERR_UNKNOWN | 1 | Unknown error | |
| 10 | + | 4 | HERR_INVALID_PARAM | 2 | Invalid parameter | |
| 11 | + | 5 | HERR_INVALID_IMAGE_STREAM_HANDLE | 25 | Invalid image stream handle | |
| 12 | + | 6 | HERR_INVALID_CONTEXT_HANDLE | 26 | Invalid context handle | |
| 13 | + | 7 | HERR_INVALID_FACE_TOKEN | 31 | Invalid face token | |
| 14 | + | 8 | HERR_INVALID_FACE_FEATURE | 32 | Invalid face feature | |
| 15 | + | 9 | HERR_INVALID_FACE_LIST | 33 | Invalid face feature list | |
| 16 | + | 10 | HERR_INVALID_BUFFER_SIZE | 34 | Invalid copy token | |
| 17 | + | 11 | HERR_INVALID_IMAGE_STREAM_PARAM | 35 | Invalid image param | |
| 18 | + | 12 | HERR_INVALID_SERIALIZATION_FAILED | 36 | Invalid face serialization failed | |
| 19 | + | 13 | HERR_INVALID_DETECTION_INPUT | 37 | Failed to modify detector input size | |
| 20 | + | 14 | HERR_SESS_BASE | 1280 | Session error types | |
| 21 | + | 15 | HERR_SESS_FUNCTION_UNUSABLE | 1282 | Function not usable | |
| 22 | + | 16 | HERR_SESS_TRACKER_FAILURE | 1283 | Tracker module not initialized | |
| 23 | + | 17 | HERR_SESS_INVALID_RESOURCE | 1290 | Invalid static resource | |
| 24 | + | 18 | HERR_SESS_NUM_OF_MODELS_NOT_MATCH | 1291 | Number of models does not match | |
| 25 | + | 19 | HERR_SESS_PIPELINE_FAILURE | 1288 | Pipeline module not initialized | |
| 26 | + | 20 | HERR_SESS_REC_EXTRACT_FAILURE | 1295 | Face feature extraction not registered | |
| 27 | + | 21 | HERR_SESS_REC_DEL_FAILURE | 1296 | Face feature deletion failed due to out of range index | |
| 28 | + | 22 | HERR_SESS_REC_UPDATE_FAILURE | 1297 | Face feature update failed due to out of range index | |
| 29 | + | 23 | HERR_SESS_REC_ADD_FEAT_EMPTY | 1298 | Feature vector for registration cannot be empty | |
| 30 | + | 24 | HERR_SESS_REC_FEAT_SIZE_ERR | 1299 | Incorrect length of feature vector for registration | |
| 31 | + | 25 | HERR_SESS_REC_INVALID_INDEX | 1300 | Invalid index number | |
| 32 | + | 26 | HERR_SESS_REC_CONTRAST_FEAT_ERR | 1303 | Incorrect length of feature vector for comparison | |
| 33 | + | 27 | HERR_SESS_REC_BLOCK_FULL | 1304 | Feature vector block full | |
| 34 | + | 28 | HERR_SESS_REC_BLOCK_DEL_FAILURE | 1305 | Deletion failed | |
| 35 | + | 29 | HERR_SESS_REC_BLOCK_UPDATE_FAILURE | 1306 | Update failed | |
| 36 | + | 30 | HERR_SESS_REC_ID_ALREADY_EXIST | 1307 | ID already exists | |
| 37 | + | 31 | HERR_SESS_FACE_DATA_ERROR | 1310 | Face data parsing | |
| 38 | + | 32 | HERR_SESS_FACE_REC_OPTION_ERROR | 1320 | An optional parameter is incorrect | |
| 39 | + | 33 | HERR_FT_HUB_DISABLE | 1329 | FeatureHub is disabled | |
| 40 | + | 34 | HERR_FT_HUB_OPEN_ERROR | 1330 | Database open error | |
| 41 | + | 35 | HERR_FT_HUB_NOT_OPENED | 1331 | Database not opened | |
| 42 | + | 36 | HERR_FT_HUB_NO_RECORD_FOUND | 1332 | No record found | |
| 43 | + | 37 | HERR_FT_HUB_CHECK_TABLE_ERROR | 1333 | Data table check error | |
| 44 | + | 38 | HERR_FT_HUB_INSERT_FAILURE | 1334 | Data insertion error | |
| 45 | + | 39 | HERR_FT_HUB_PREPARING_FAILURE | 1335 | Data preparation error | |
| 46 | + | 40 | HERR_FT_HUB_EXECUTING_FAILURE | 1336 | SQL execution error | |
| 47 | + | 41 | HERR_FT_HUB_NOT_VALID_FOLDER_PATH | 1337 | Invalid folder path | |
| 48 | + | 42 | HERR_FT_HUB_ENABLE_REPETITION | 1338 | Enable db function repeatedly | |
| 49 | + | 43 | HERR_FT_HUB_DISABLE_REPETITION | 1339 | Disable db function repeatedly | |
| 50 | + | 44 | HERR_ARCHIVE_LOAD_FAILURE | 1360 | Archive load failure | |
| 51 | + | 45 | HERR_ARCHIVE_LOAD_MODEL_FAILURE | 1361 | Model load failure | |
| 52 | + | 46 | HERR_ARCHIVE_FILE_FORMAT_ERROR | 1362 | The archive format is incorrect | |
| 53 | + | 47 | HERR_ARCHIVE_REPETITION_LOAD | 1363 | Do not reload the model | |
| 54 | + | 48 | HERR_ARCHIVE_NOT_LOAD | 1364 | Model not loaded | |
0 commit comments