home *** CD-ROM | disk | FTP | other *** search
/ Network Support Encyclopedia 96-1 / novell-nsepro-1996-1-cd2.iso / download / netware / os2hdr.exe / NETERR.H < prev    next >
Text File  |  1992-05-18  |  619b  |  18 lines

  1. /* Copyright (C) 1988 by Novell, Inc.  All Rights Reserved.  Mod:  6/13/90 */
  2.  
  3. #define NERR_Success            0
  4.  
  5. /* other errors (2, 5, 6, 87, 124) defined in bseerr.h (std. OS/2 defs) */
  6.  
  7. #define    NERR_BASE            2100
  8.  
  9. #define NERR_NetNotStarted        (NERR_BASE+2)
  10. #define NERR_UnknownServer        (NERR_BASE+3)
  11. #define NERR_UnknownDevDir        (NERR_BASE+16)
  12. #define NERR_BufTooSmall        (NERR_BASE+23)
  13. #define NERR_LanmanIniError        (NERR_BASE+31)
  14. #define NERR_InternalError        (NERR_BASE+40)
  15. #define NERR_ServiceInstalled        (NERR_BASE+82)
  16. #define NERR_ServiceNotInstalled    (NERR_BASE+84)
  17. #define NERR_NetNameNotFound        (NERR_BASE+210)
  18.