IDCertificate_UserErrorCode.h 1.7 KB

1234567891011121314151617181920
  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. #endif //_IDCERTIFICATE_USER_ERRORCODE_H