home *** CD-ROM | disk | FTP | other *** search
- /* Serverity defines */
- #define SORRY 10 // User can continue, just a bug
- #define ALERT 100 // Some error that probably means the progam state is bad but
- // the user can try to continue
- #define SEVERE 200 // A failure to achieve some state the program requires
-
- #define VLINK_ALLOC_FAILED "vlink_alloc_failed"
- #define VALID_KEY_NIL_ENTRY "valid_key_nil_entry"
- #define HOSTHASHTABLE_ALLOC_FAILED "hostHastTable_alloc_failed"
- #define HOSTLIST_ALLOC_FAILED "hostList_alloc_failed"
- #define HOSTFILES_ALLOC_FAILED "hostFiles_alloc_failed"
- #define INFO_PANEL_FAILED "info_panel_failed"
- #define PREF_PANEL_FAILED "pref_panel_failed"
- #define FTPOBJECT_ALLOC_FAILED "ftpobjet_alloc_failed"
- #define NXDEFAULTS_ALLOC_FAILED "nxdefaults_alloc_failed"
- #define NXDEFAULTS_ITEM_ALLOC_FAILED "nxdefaults_item_alloc_failed"
- #define OPEN_PANEL_FAILED "open_panel_failed"
- #define SAVE_PANEL_FAILED "save_panel_failed"
- #define LOCALPATH_ALLOC_FAILED "localPath_alloc_failed"
- #define FTP_PANEL_FAILED "ftp_panel_failed"
- #define FTP_FORK_FAILED "ftp_fork_failed"
- #define REMOTE_ALLOC_FAILED "remote_alloc_failed"
- #define DIRLISTING_ALLOC_FAILED "dirListing_alloc_failed"
- #define DIRLISTING_REALLOC_FAILED "dirListing_realloc_failed"
- #define ERRBUFFER_ALLOC_FAILED "errbuffer_alloc_failed"
- #define SETLISTING_FAILED "setListing_failed"
-
- /* User info messages added to error messages */
- #define REPLY_REQUEST0 "reply_request0"
- #define REPLY_REQUEST1 "reply_request1"
- #define REPLY_REQUEST2 "reply_request2"
-