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