home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / NETBIO.ZIP / NETBIOS / NETERROR.H < prev    next >
Text File  |  1991-12-02  |  3KB  |  59 lines

  1. /* <NETERROR.H>
  2. **
  3. ** Definition of Netbios error messages
  4. **
  5. */
  6.  
  7. static struct CodeTable NetErrorMsgs[] =
  8.         {
  9.          { 0x00, "Normal return" },
  10.          { 0x01, "Illegal buffer length" },
  11.          { 0x03, "Invalid command" },
  12.          { 0x05, "Command timed out" },
  13.          { 0x06, "Message incomplete" },
  14.          { 0x07, "Data for one or more SEND.NO.ACK commands was not received" },
  15.          { 0x08, "Illegal local session number" },
  16.          { 0x09, "No resource available" },
  17.          { 0x0A, "Session closed" },
  18.          { 0x0B, "Command cancelled" },
  19.          { 0x0D, "Duplicate name in local name table" },
  20.          { 0x0E, "Name table full" },
  21.          { 0x0F, "Name has active session & is now deregistered" },
  22.          { 0x11, "Local session table full" },
  23.          { 0x12, "Session open rejected" },
  24.          { 0x13, "Illegal name number" },
  25.          { 0x14, "Cannot find name called" },
  26.          { 0x15, "Name not found or cannot specify \"*\" or null" },
  27.          { 0x16, "Name in use on remote NETBIOS interface" },
  28.          { 0x17, "Name deleted" },
  29.          { 0x18, "Session ended abnormally" },
  30.          { 0x19, "Name conflict detected" },
  31.          { 0x21, "Interface busy" },
  32.          { 0x22, "Too many commands outstanding" },
  33.          { 0x23, "Invalid number in adapter number field" },
  34.          { 0x24, "Command completed while cancel occurring" },
  35.          { 0x26, "Command not valid to cancel" },
  36.          { 0x30, "Name defined by another environment" },
  37.          { 0x34, "Environment not defined, RESET must be issued" },
  38.          { 0x35, "Required operating system resources exhausted, retry later" },
  39.          { 0x36, "Maximum applications exceeded" },
  40.          { 0x37, "No SAPs available for NETBIOS" },
  41.          { 0x38, "Requested resource(s) not available" },
  42.          { 0x39, "Invalid NCB address or length does not fit in segment" },
  43.          { 0x3A, "RESET may not be issued from a NETBIOS adapter appendage" },
  44.          { 0x3B, "Invalid NCB_DD_ID" },
  45.          { 0x3C, "NETBIOS attempted to lock user storage and the lock failed" },
  46.          { 0x3F, "NETBIOS Device Driver open error" },
  47.          { 0x40, "OS/2 error detected" },
  48.          { 0x4F, "Ring status; one or more of bits 8-11 on" },
  49.          { 0xF6, "Unexpected error on CCB completion" },
  50.          { 0xF8, "Error on implicit DIR.OPEN.ADAPTER" },
  51.          { 0xF9, "Adapter support interface internal error" },
  52.          { 0xFA, "Adapter check" },
  53.          { 0xFB, "NETBIOS program not loaded in PC" },
  54.          { 0xFC, "DIR.OPEN.ADAPTER or DLC.OPEN.SAP failed" },
  55.          { 0xFD, "Unexpected adapter close" },
  56.          { 0, 0 }
  57.         };
  58.  
  59.