IDCertificate_UserErrorCode.h 2.4 KB

123456789101112131415161718192021222324252627282930313233343536
  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_Get_DevAdapter_Path_Failed 0x2010020c //获取适配器路径失败
  10. #define IDCertificate_UserErrorCode_DevOpenFailed 0x2010020d //设备打开失败 2010020d
  11. #define IDCertificate_UserErrorCode_DllLoadFailed 0x2010020e //厂商适配器加载失败 2010020e
  12. #define IDCertificate_UserErrorCode_Release_Object_Failed 0x2010020f //释放设备失败
  13. #define IDCertificate_UserErrorCode_CancelOperation 0x20100210
  14. #define IDCertificate_UserErrorCode_DevOpen_Success 0x20100214 //身份证打开成功 20100214
  15. #define IDCertificate_UserErrorCode_GetDevCategory_Failed 0x20100215 //适配器GetDevCategory失败 20100215
  16. #define IDCertificate_UserErrorCode_ScanImg_Failed 0x20100219 //身份证图片检测失败
  17. #define IDCertificate_UserErrorCode_ReadAndScan_Failed 0x2010021a //读取身份证失败 2010021a
  18. #define IDCertificate_UserErrorCode_ReadAndScan_Interrupt 0x2010021b //读取身份证异常退出 2010021b
  19. #define IDCertificate_UserErrorCode_ReadAndScan_NotHanZi 0x2010021c //读取身份证非汉字 错误码为 2010021c
  20. #define IDCertificate_UserErrorCode_ReadAndScan_GetIDInfo 0x2010021d //读取身份证信息 错误码为 2010021d
  21. #define IDCertificate_UserErrorCode_ReadAndScan_TransImgFaild 0x2010021e // 扫描图片获取失败错误码为 2010021e
  22. #define IDCertificate_UserErrorCode_ReadAndScan_NotOnReading 0x2010021f //实体不在读证状态
  23. #define IDCertificate_UserErrorCode_FindFile_in_DepBak 0x20100220 //旧dep目录下获取到厂商文件
  24. #define IDCertificate_UserErrorCode_Timeout_NoCard 0x20100221 //超时未插卡
  25. #define IDCertificate_UserErrorCode_Timeout_OtherCard 0x20100222 //插入其他卡片(非身份证)
  26. #define IDCertificate_UserErrorCode_GetImgFileTime 0x20100230 //图片文件的最近修改时间
  27. //#define IDCertificate_UserErrorCode_Real_Root_Config (IDCertificate_UserErrorCode_Start + 31) //加载实际的root配置
  28. #endif //_IDCERTIFICATE_USER_ERRORCODE_H