IDCertificate_UserErrorCode.h 3.1 KB

1234567891011121314151617181920212223242526272829303132333435
  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 (IDCertificate_UserErrorCode_Start + 1) //打开Root.ini失败
  6. #define IDCertificate_UserErrorCode_LogInfoAboutTerm (IDCertificate_UserErrorCode_Start + 2) //告警上送终端模块信息
  7. #define IDCertificate_UserErrorCode_KxdDeviceInfo (IDCertificate_UserErrorCode_Start + 3) //告警上送凯欣达机型信息
  8. #define IDCertificate_UserErrorCode_RootInfo (IDCertificate_UserErrorCode_Start + 4) //root信息
  9. #define IDCertificate_UserErrorCode_ScanIImageFailed (IDCertificate_UserErrorCode_Start + 5) //扫描图像失败
  10. #define IDCertificate_UserErrorCode_InvalidStartDate (IDCertificate_UserErrorCode_Start + 6) //告警开始日期非法
  11. #define IDCertificate_UserErrorCode_InvalidEndDate (IDCertificate_UserErrorCode_Start + 7) //告警结束日期非法
  12. #define IDCertificate_UserErrorCode_InvalidBirthDate (IDCertificate_UserErrorCode_Start + 8) //告警生日日期非法
  13. #define IDCertificate_UserErrorCode_StartDate (IDCertificate_UserErrorCode_Start + 9) //上传开始日期
  14. #define IDCertificate_UserErrorCode_EndDate (IDCertificate_UserErrorCode_Start + 10) //上传结束日期
  15. #define IDCertificate_UserErrorCode_BirthDate (IDCertificate_UserErrorCode_Start + 11) //上传生日日期
  16. #define IDCertificate_UserErrorCode_NotMatch (IDCertificate_UserErrorCode_Start + 12) //起止日期不匹配
  17. #define IDCertificate_UserErrorCode_DevOpenFailed (IDCertificate_UserErrorCode_Start + 13) //实体打开失败
  18. #define IDCertificate_UserErrorCode_DevFailAddUp (IDCertificate_UserErrorCode_Start + 14) //报错累计达到上限
  19. #define IDCertificate_UserErrorCode_Release_Object_Failed (IDCertificate_UserErrorCode_Start + 15) //释放设备失败
  20. #define IDCertificate_UserErrorCode_CancelOperation (IDCertificate_UserErrorCode_Start + 16)
  21. #define IDCertificate_UserErrorCode_DevOpen_Success (IDCertificate_UserErrorCode_Start + 20) //身份证打开成功
  22. #define IDCertificate_UserErrorCode_FWB_NotConnected (IDCertificate_UserErrorCode_Start + 21) //RVC.PAD机型蓝牙多合一未连接
  23. #define IDCertificate_UserErrorCode_Reading_Disconnected (IDCertificate_UserErrorCode_Start + 22) //读证时蓝牙多合一断开
  24. #define IDCertificate_UserErrorCode_ScanImg_Failed (IDCertificate_UserErrorCode_Start + 25) //身份证图片检测失败
  25. #define IDCertificate_UserErrorCode_ReadAndScan_Failed (IDCertificate_UserErrorCode_Start + 26) //读取身份证失败 2010021a
  26. #define IDCertificate_UserErrorCode_ReadAndScan_Interrupt (IDCertificate_UserErrorCode_Start + 27) //读取身份证异常退出 2010021b
  27. #define IDCertificate_UserErrorCode_ReadAndScan_NotHanZi (IDCertificate_UserErrorCode_Start + 28) //读取身份证非汉字 错误码为 2010021c
  28. #define IDCertificate_UserErrorCode_ReadAndScan_GetIDInfo (IDCertificate_UserErrorCode_Start + 29) //读取身份证信息 错误码为 2010021d
  29. #define IDCertificate_UserErrorCode_ReadAndScan_TransImgFaild (IDCertificate_UserErrorCode_Start + 30) // 扫描图片获取失败错误码为 2010021e
  30. //#define IDCertificate_UserErrorCode_Real_Root_Config (IDCertificate_UserErrorCode_Start + 31) //加载实际的root配置
  31. #endif //_IDCERTIFICATE_USER_ERRORCODE_H