home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / sd386v50.zip / sd386src.zip / ERRORID.H < prev    next >
Text File  |  1996-05-08  |  5KB  |  103 lines

  1. /*****************************************************************************/
  2. /* File:                                             IBM INTERNAL USE ONLY   */
  3. /*   errorid.h                                                               */
  4. /*                                                                           */
  5. /* Description:                                                              */
  6. /*   list of error ids.                                                      */
  7. /*                                                                           */
  8. /* History:                                                                  */
  9. /*                                                                           */
  10. /*   10/18/93 Created.                                                       */
  11. /*                                                                           */
  12. /*...                                                                        */
  13. /*****************************************************************************/
  14.  
  15. #define  ERR_BAD_INVOCATION_OPTION     500
  16. #define  ERR_NO_EXE                    501
  17. #define  ERR_COM_PORT                  502
  18. #define  ERR_CANT_OPEN_MODEM           503
  19. #define  ERR_ESP_NOT_READY             504
  20. #define  ERR_CANT_GET_MODEM_ATTENTION  505
  21. #define  ERR_CONNECT_TIMEOUT           506
  22.  
  23. /*****************************************************************************/
  24. /* User Profile errors                                                       */
  25. /*****************************************************************************/
  26. #define  ERR_USER_PROFILE              507
  27. #define  ERR_PROFILE_READERROR         508
  28. #define  ERR_PROFILE_VERSION           509
  29. #define  ERR_PROFILE_KEY_DEFS          510
  30. #define  ERR_PROFILE_INVALID_FUNCTION  511
  31. #define  ERR_PROFILE_INVALID_ATTRIBUTE 512
  32. #define  ERR_PROFILE_BG_COLOR          513
  33. #define  ERR_PROFILE_FG_COLOR          514
  34. #define  ERR_PROFILE_EXCEPTION_TYPE    515
  35. #define  ERR_PROFILE_EXCEPTION         516
  36. #define  ERR_PROFILE_INVALID_KEY       517
  37. #define  ERR_PROFILE_NESTED_COMMENT    518
  38. #define  ERR_PROFILE_GENERAL           519
  39.  
  40. /*****************************************************************************/
  41. /* Other errors                                                              */
  42. /*****************************************************************************/
  43. #define  ERR_FILE_READ                 520
  44. #define  ERR_FILE_CANT_FIND_EXE        521
  45. #define  ERR_FILE_CHECK_DLL        /* removed */
  46. #define  ERR_DOSSTARTSESSION           523
  47. #define  ERR_DBG_INIT                  524
  48. #define  ERR_EXE_INIT                  525
  49. #define  ERR_EXE_OPEN              /* removed */
  50. #define  ERR_EXE_NOIMAGE           /* removed */
  51. #define  ERR_EXE_ENTRY                 528
  52. #define  ERR_DLL_TOO_MANY              529
  53. #define  ERR_BAD_DEBUG_INFO            530
  54. #define  ERR_VIEW_CANT_BUILD           531
  55. #define  ERR_COM_PORT_INVALID          532
  56. #define  ERR_COM_PORT_OPEN             533
  57. #define  ERR_COM_PORT_PARMS            534
  58. #define  ERR_DATA_INVALID_STRUCT       535
  59. #define  ERR_CANT_REGISTER_HANDLER     536
  60. #define  ERR_CANT_START_QUE            537
  61. #define  ERR_TRAP_INTERLOCK            538
  62. #define  ERR_RESPONSE_FILE             539
  63. #define  ERR_BAD_CONNECT               540
  64. #define  ERR_ESP_QUE_ERROR             541
  65. #define  ERR_DBG_QUE_ERROR             ERR_ESP_QUE_ERROR
  66. #define  ERR_NB_INADEQUATE_RESOURCES   542
  67. #define  ERR_NB_CANT_LOAD_DLL          543
  68. #define  ERR_PM_APP_TYPE               544
  69. #define  ERR_AT_COMMAND                545
  70. #define  ERR_PHONE_NUMBER              546
  71. #define  ERR_DOSDEBUG_INIT             547
  72. #define  ERR_BKPT_FILE_OPEN            548
  73. #define  ERR_BKPT_FILE_COMMENT         549
  74. #define  ERR_BKPT_FILE_SYNTAX_BRACE    550
  75. #define  ERR_BKPT_FILE_SYNTAX_DLLEXE   551
  76. #define  ERR_BKPT_FILE_SYNTAX_FUNC     552
  77. #define  ERR_BKPT_FILE_SYNTAX_LNO      553
  78. #define  ERR_BKPT_FILE_SYNTAX_NOFUNC   554
  79. #define  ERR_BKPT_FILE_SYNTAX_NOFILE   555
  80. #define  ERR_BKPT_FILE_SYNTAX_COND     556
  81. #define  ERR_BKPT_FILE_ENV_SD386BRK    557
  82. #define  ERR_BKPT_FILE_WRITE           558
  83. #define  ERR_BKPT_FILE_ENV_EDITOR      559
  84. #define  ERR_BKPT_FILE_EDITOR_OPEN     560
  85. #define  ERR_BKPT_FILE_EDITOR_START    561
  86. #define  ERR_BKPT_FILE_EDITOR_PMTYPE   562
  87. #define  ERR_BKPT_DEFN_DLL             563
  88. #define  ERR_BKPT_DEFN_FUNCTION        564
  89. #define  ERR_BKPT_DEFN_SYNTAX          565
  90. #define  ERR_BKPT_DEFN_ADDRESS         566
  91. #define  ERR_BKPT_DEFN_LINENO          571
  92. #define  ERR_MSH_LOAD_MODULE           567
  93. #define  ERR_MSH_PROC_ADDR             568
  94. #define  ERR_MSH_LOOP_FILE             569
  95. #define  ERR_MSH_LOOP_START            570
  96. #define  ERR_TCPIP_CANT_LOAD_DLL       572
  97. #define  ERR_TCPIP_NOT_RUNNING         573
  98. #define  ERR_TCPIP_ERROR               574
  99. #define  ERR_TCPIP_NO_SERVICES_PORT    575
  100. #define  ERR_TCPIP_NO_HOST_NAME        576
  101. #define  ERR_TCPIP_ESP_NOT_STARTED     577
  102.  
  103.