IDCertificate_UserErrorCode.h 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. #ifndef _IDCERTIFICATE_USER_ERRORCODE_H
  2. #define _IDCERTIFICATE_USER_ERRORCODE_H
  3. #pragma once
  4. #define IDCertificate_UserErrorCode_Start 0x20100200
  5. #define IDCertificate_UserErrorCode_Open_RootCfg_Failed 0x20100201 //打开Root.ini失败 20100201
  6. #define IDCertificate_UserErrorCode_LogInfoAboutTerm 0x20100202 //告警上送终端模块信息
  7. #define IDCertificate_UserErrorCode_RootInfo 0x20100204 //root信息
  8. #define IDCertificate_UserErrorCode_ScanIImageFailed 0x20100205 //扫描图像失败
  9. #define IDCertificate_UserErrorCode_DevOpenFailed 0x2010020d //设备打开失败 2010020d
  10. #define IDCertificate_UserErrorCode_DllLoadFailed 0x2010020e //厂商适配器加载失败 2010020e
  11. #define IDCertificate_UserErrorCode_Release_Object_Failed 0x2010020f //释放设备失败
  12. #define IDCertificate_UserErrorCode_CancelOperation 0x20100210
  13. #define IDCertificate_UserErrorCode_DevOpen_Success 0x20100214 //身份证打开成功 20100214
  14. #define IDCertificate_UserErrorCode_GetDevCategory_Failed 0x20100215 //适配器GetDevCategory失败 20100215
  15. #define IDCertificate_UserErrorCode_ScanImg_Failed 0x20100219 //身份证图片检测失败
  16. #define IDCertificate_UserErrorCode_ReadAndScan_Failed 0x2010021a //读取身份证失败 2010021a
  17. #define IDCertificate_UserErrorCode_ReadAndScan_Interrupt 0x2010021b //读取身份证异常退出 2010021b
  18. #define IDCertificate_UserErrorCode_ReadAndScan_NotHanZi 0x2010021c //读取身份证非汉字 错误码为 2010021c
  19. #define IDCertificate_UserErrorCode_ReadAndScan_GetIDInfo 0x2010021d //读取身份证信息 错误码为 2010021d
  20. #define IDCertificate_UserErrorCode_ReadAndScan_TransImgFaild 0x2010021e // 扫描图片获取失败错误码为 2010021e
  21. #define IDCertificate_UserErrorCode_ReadAndScan_NotOnReading 0x2010021f //实体不在读证状态
  22. #define IDCertificate_UserErrorCode_FindFile_in_DepBak 0x20100220 //旧dep目录下获取到厂商文件
  23. #define IDCertificate_UserErrorCode_Timeout_NoCard 0x20100221 //超时未插卡
  24. #define IDCertificate_UserErrorCode_Timeout_OtherCard 0x20100221 //插入其他卡片(非身份证)
  25. #define IDCertificate_UserErrorCode_EjectCardRes_Pos_0 0x20100230 //退卡结果-位置0:被取走
  26. #define IDCertificate_UserErrorCode_EjectCardRes_Pos_1 0x20100231 //退卡结果-位置1:读卡器内
  27. #define IDCertificate_UserErrorCode_EjectCardRes_Pos_2 0x20100232 //退卡结果-位置2:读卡口,未被取走
  28. #define IDCertificate_UserErrorCode_EjectCardRes_Pos_X 0x20100233 //退卡结果-异常值
  29. //#define IDCertificate_UserErrorCode_Real_Root_Config (IDCertificate_UserErrorCode_Start + 31) //加载实际的root配置
  30. #endif //_IDCERTIFICATE_USER_ERRORCODE_H