home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / mac / comm / revrdist.sit / RevRdist / headers / errors.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-04-24  |  900 b   |  25 lines  |  [TEXT/KAHL]

  1. /*
  2.  * Errors.h - error STR# indexes
  3.  */
  4.  
  5. /*
  6.  * Errors in STR# 12100
  7.  */
  8. #define    ERR_STR        12100
  9. enum
  10. {
  11.      E_SYS        /* "The system returned error ^2 when ^0 called ^1" */
  12.     ,E_QUIT        /* "Quitting per user request. */
  13.     ,E_NOMEM    /* "Out of memory in ^0 (hint: ^1)" */
  14.     ,E_DISTF    /* "Cannot locate distribution directives file: ^1" */
  15.     ,E_DISTL    /* "Syntax error(s) in directives file" */
  16.     ,E_PREFIX    /* "Bad prefix character in line " */
  17.     ,E_NOFNAME    /* "Missing file/folder name in line " */
  18.     ,E_BADNAME    /* "Illegal file/folder name in line " */
  19.     ,E_NOACTION    /* "Missing action list in line " */
  20.     ,E_BADACTION/* "Unrecognized action option in line " */
  21.     ,E_ALTNAME    /* "Garbage at end of line " */
  22.     ,E_ENDFERR    /* "Internal error: corrupt dist_node at end of folder mark ^0: ^1" */
  23.     ,E_DISTBAD    /* "Internal error: corrupt dist_node tree ^0: ^1" */
  24.     ,E_FIRST    /* "First entry in directives file must be folder" */
  25. };