123456789101112131415161718192021222324252627282930313233343536 |
- #ifndef _IDCERTIFICATE_USER_ERRORCODE_H
- #define _IDCERTIFICATE_USER_ERRORCODE_H
- #pragma once
- #define IDCertificate_UserErrorCode_Start 0x20100200
- #define IDCertificate_UserErrorCode_Open_RootCfg_Failed 0x20100201 //打开Root.ini失败 20100201
- #define IDCertificate_UserErrorCode_LogInfoAboutTerm 0x20100202 //告警上送终端模块信息
- #define IDCertificate_UserErrorCode_RootInfo 0x20100204 //root信息
- #define IDCertificate_UserErrorCode_ScanIImageFailed 0x20100205 //扫描图像失败
- #define IDCertificate_UserErrorCode_Get_DevAdapter_Path_Failed 0x2010020c //获取适配器路径失败
- #define IDCertificate_UserErrorCode_DevOpenFailed 0x2010020d //设备打开失败 2010020d
- #define IDCertificate_UserErrorCode_DllLoadFailed 0x2010020e //厂商适配器加载失败 2010020e
- #define IDCertificate_UserErrorCode_Release_Object_Failed 0x2010020f //释放设备失败
- #define IDCertificate_UserErrorCode_CancelOperation 0x20100210
- #define IDCertificate_UserErrorCode_DevOpen_Success 0x20100214 //身份证打开成功 20100214
- #define IDCertificate_UserErrorCode_GetDevCategory_Failed 0x20100215 //适配器GetDevCategory失败 20100215
- #define IDCertificate_UserErrorCode_ScanImg_Failed 0x20100219 //身份证图片检测失败
- #define IDCertificate_UserErrorCode_ReadAndScan_Failed 0x2010021a //读取身份证失败 2010021a
- #define IDCertificate_UserErrorCode_ReadAndScan_Interrupt 0x2010021b //读取身份证异常退出 2010021b
- #define IDCertificate_UserErrorCode_ReadAndScan_NotHanZi 0x2010021c //读取身份证非汉字 错误码为 2010021c
- #define IDCertificate_UserErrorCode_ReadAndScan_GetIDInfo 0x2010021d //读取身份证信息 错误码为 2010021d
- #define IDCertificate_UserErrorCode_ReadAndScan_TransImgFaild 0x2010021e // 扫描图片获取失败错误码为 2010021e
- #define IDCertificate_UserErrorCode_ReadAndScan_NotOnReading 0x2010021f //实体不在读证状态
- #define IDCertificate_UserErrorCode_FindFile_in_DepBak 0x20100220 //旧dep目录下获取到厂商文件
- #define IDCertificate_UserErrorCode_Timeout_NoCard 0x20100221 //超时未插卡
- #define IDCertificate_UserErrorCode_Timeout_OtherCard 0x20100222 //插入其他卡片(非身份证)
- #define IDCertificate_UserErrorCode_GetImgFileTime 0x20100230 //图片文件的最近修改时间
- //#define IDCertificate_UserErrorCode_Real_Root_Config (IDCertificate_UserErrorCode_Start + 31) //加载实际的root配置
- #endif //_IDCERTIFICATE_USER_ERRORCODE_H
|