1234567891011121314151617181920 |
- #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) //报错累计达到上限
- #endif //_IDCERTIFICATE_USER_ERRORCODE_H
|