PinPad_UserErrorCode.h 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #ifndef _PINPAD_USER_ERROR_CODE_H
  2. #define _PINPAD_USER_ERROR_CODE_H
  3. #pragma once
  4. enum PinPad_UserErrorCode {
  5. PinPad_UserErrorCode_GetEncryptedText_Failed = 0x20600201, //获取密文输入失败
  6. PinPad_UserErrorCode_Open_RunCfgFile_Failed = 0x20600202, //打开运行时配置失败
  7. PinPad_UserErrorCode_Write_RunCfgFile_Failed = 0x20600203, //写运行时配置失败
  8. PinPad_UserErrorCode_PinPad_Instance_Is_Null = 0x20600204, //pinpad 实例为null
  9. PinPad_UserErrorCode_Create_PinPad_Instance_Failed = 0x20600205, //创建pinpad实例失败
  10. PinPad_UserErrorCode_Get_DevAdapter_Path_Failed = 0x20600206, //获取dll适配器路径失败
  11. PinPad_UserErrorCode_LogInfoAboutTerm = 0x20600207, //告警上送终端模块信息
  12. PinPad_UserErrorCode_WhileInGetInputReceivedAnotherGetInput = 0x20600208, //在获取输入时收到了新的获取输入请求
  13. PinPad_UserErrorCode_Release_Object_Failed = 0x20600209,
  14. PinPad_UserErrorCode_KEY_LOST_SM = 0x2060020A,
  15. PinPad_UserErrorCode_PINPAD_KEY_LOST = 0x2060020B,
  16. PinPad_UserErrorCode_Create_Event_Failed = 0x2060020C,
  17. PinPad_UserErrorCode_Open_Root_File_Failed = 0x2060020D,
  18. PinPad_UserErrorCode_Load_Dll_File_Failed = 0x2060020E,
  19. PinPad_UserErrorCode_GET_CDC_ADDR_Failed = 0x2060020F,
  20. PinPad_UserErrorCode_GET_RDC_ADDR_Failed = 0x20600210,
  21. PinPad_UserErrorCode_Create_Object_Failed = 0x20600211,
  22. PinPad_UserErrorCode_Get_SoftWare_Pointer_Failed = 0x20600212,
  23. PinPad_UserErrorCode_PinPad_Not_SM = 0x20600213,
  24. PinPad_UserErrorCode_PinPad_Use_TestKey = 0x20600214,
  25. PinPad_UserErrorCode_GetInput_TimeCost = 0x20600215,
  26. PinPad_UserErrorCode_PinPad_LoadKey_SMSN = 0x20600216,
  27. PinPad_UserErrorCode_PinPad_LoadKey_Clear_SMSN = 0x20600217,
  28. PinPad_UserErrorCode_NotInGetInput = 0x20600218,
  29. PinPad_UserErrorCode_PinPad_InfoAboutKey_Onboot = 0x20600219,
  30. PinPad_UserErrorCode_PinPad_CheckCode_Changed = 0x2060021A,
  31. PinPad_UserErrorCode_PinPad_GetEncryptText_Get12Account_Error = 0x2060021B,
  32. PinPad_UserErrorCode_PinPad_DevOpenFailed = 0x2060021C,
  33. PinPad_UserErrorCode_PinPad_CkCode_While_Load_SM = 0x2060021D,
  34. PinPad_UserErrorCode_PinPad_SN_NOTMATCH = 0x2060021E,
  35. PinPad_UserErrorCode_PinPad_Real_Root_Config = 0x2060021F,
  36. PinPad_UserErrorCode_PinPad_GetPinBlock_Call = 0x20600220,
  37. PinPad_UserErrorCode_Unexpected_Exit = 0x20600221,
  38. PinPad_UserErrorCode_UnknownSMFlag = 0x20600222,
  39. PinPad_UserErrorCode_DevConnect_CostTime = 0x20600223,
  40. PinPad_UserErrorCode_NoPlainInput = 0x20600224,
  41. PinPad_UserErrorCode_NotInit = 0x20600225,
  42. };
  43. #endif //_PINPAD_USER_ERROR_CODE_H