home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / PC / OTROS / UNIX / ARCHIE / CLIENTS / NEXTARCH.TAR / NeXTArchie / errMessages.keys < prev    next >
Encoding:
Text File  |  1992-01-26  |  1.5 KB  |  32 lines

  1. /* Serverity defines */
  2. #define SORRY    10        // User can continue, just a bug
  3. #define ALERT    100        // Some error that probably means the progam state is bad but
  4.                         // the user can try to continue
  5. #define SEVERE    200        // A failure to achieve some state the program requires
  6.  
  7. #define VLINK_ALLOC_FAILED "vlink_alloc_failed"
  8. #define VALID_KEY_NIL_ENTRY "valid_key_nil_entry"
  9. #define HOSTHASHTABLE_ALLOC_FAILED "hostHastTable_alloc_failed"
  10. #define HOSTLIST_ALLOC_FAILED "hostList_alloc_failed"
  11. #define HOSTFILES_ALLOC_FAILED "hostFiles_alloc_failed"
  12. #define INFO_PANEL_FAILED "info_panel_failed"
  13. #define PREF_PANEL_FAILED "pref_panel_failed"
  14. #define FTPOBJECT_ALLOC_FAILED "ftpobjet_alloc_failed"
  15. #define NXDEFAULTS_ALLOC_FAILED "nxdefaults_alloc_failed"
  16. #define NXDEFAULTS_ITEM_ALLOC_FAILED "nxdefaults_item_alloc_failed"
  17. #define OPEN_PANEL_FAILED "open_panel_failed"
  18. #define SAVE_PANEL_FAILED "save_panel_failed"
  19. #define LOCALPATH_ALLOC_FAILED "localPath_alloc_failed"
  20. #define FTP_PANEL_FAILED "ftp_panel_failed"
  21. #define FTP_FORK_FAILED "ftp_fork_failed"
  22. #define REMOTE_ALLOC_FAILED "remote_alloc_failed"
  23. #define DIRLISTING_ALLOC_FAILED "dirListing_alloc_failed"
  24. #define DIRLISTING_REALLOC_FAILED "dirListing_realloc_failed"
  25. #define ERRBUFFER_ALLOC_FAILED "errbuffer_alloc_failed"
  26. #define SETLISTING_FAILED "setListing_failed"
  27.  
  28. /* User info messages added to error messages */
  29. #define REPLY_REQUEST0 "reply_request0"
  30. #define REPLY_REQUEST1 "reply_request1"
  31. #define REPLY_REQUEST2 "reply_request2"
  32.