VtmLoader_UserCode.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #ifndef _VTMLOADER_USER_ERROR_CODE_H
  2. #define _VTMLOADER_USER_ERROR_CODE_H
  3. #pragma once
  4. const int VtmLoader_UserCode_NetCard_OK = 0x10f00201;
  5. const int VtmLoader_UserCode_NetCard_UnAvaible = 0x10f00202;
  6. const int WARN_SendEndpoint_URL_ERR = 0x10f00203;
  7. const int WARN_SendEndpoint_LOG_INFO = 0x10f00204;
  8. const int VtmLoader_BootInfoPrint = 0x10f00205;
  9. const int VtmLoader_NetCard_Cost = 0x10f00206;
  10. const int VtmLoader_NetworkDetect_Cost = 0x10f00207;
  11. const int VtmLoader_GetConfig_Cost = 0x10f00208;
  12. const int VtmLoader_EntityLoad_Cost = 0x10f00209;
  13. const int VtmLoader_FailToStartEntity = 0x10f0020a;
  14. const int VtmLoader_FailToConnectEntity = 0x10f0020b;
  15. const int VtmLoader_EntityNotInNormal = 0x10f0020c;
  16. const int VtmLoader_FailToGetEntityInfo = 0x10f0020d;
  17. const int VtmLoader_FailToTermEntity = 0x10f0020e;
  18. const int VtmLoader_EntityLoad_Failed = 0x10f0020f;
  19. const int VtmLoader_ConnectDetect_Failed = 0x10f00210;
  20. const int VtmLoader_ConnectDetect_Slow = 0x10f00211;
  21. const int VtmLoader_DETECT_VERSION_ERR = 0x10f00212;
  22. const int VtmLoader_GetConfig_InitCfgUrl_Failed = 0x10f00213;
  23. const int VtmLoader_GetConfig_UpdateToken_Failed = 0x10f00214;
  24. const int VtmLoader_GetConfig_UpdateCfg_Failed = 0x10f00215;
  25. const int VtmLoader_CoreBootCfg_Err = 0x10f00216;
  26. const int VtmLoader_CheckVideoCfgFail = 0x10f00217;
  27. const int VtmLoader_CheckAudio_CfgEmpty = 0x10f00218;
  28. const int VtmLoader_CheckAudio_CfgBothError = 0x10f00219;
  29. const int VtmLoader_CheckAudio_CfgPickupError = 0x10f0021a;
  30. const int VtmLoader_CheckAudio_CfgHandFreeError = 0x10f0021b;
  31. const int VtmLoader_SIPPhoneEntityLoad_Cost = 0x10f0021c;
  32. const int VtmLoader_DepDirCopyFailed = 0x10f0021d;
  33. const int VtmLoader_DepDirCopySuc = 0x10f0021e;
  34. const int VtmLoader_InfoAboutBootCost = 0x10f0021f;
  35. const int VtmLoader_CenterSettingConnectFailed = 0x10f00220;
  36. const int VtmLoader_CenterSettingUpdateSucceed = 0x10f00221;
  37. const int VtmLoader_SetTerminalNo = 0x10f00222;
  38. const int VtmLoader_SaveTerminalNo = 0x10f00223;
  39. #endif //_VTMLOADER_USER_ERROR_CODE_H