home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / hotmetal.zip / LIB.Z / PSI.ERR < prev    next >
Text File  |  1995-01-11  |  4KB  |  93 lines

  1. ;; @(#)psi.err    1.17 94/03/08
  2. ;;
  3. ;; Default psi error list
  4. ;;
  5. ((APPSYN    "bad combination expression")
  6.  (ARGSMISSING    "not enough arguments")
  7.  (ARGSWRONG    "wrong number of arguments")
  8.  (BADAPP    "attempt to apply non-procedure")
  9.  (BADCONT    "can't apply a continuation created by another eval")
  10.  (BADCHAR    "bad #\\ syntax: unexpected white space")
  11.  (BADDOTPAR    "bad dotted pair: unexpected ')'")
  12.  (BADERR    "unspecified error")
  13.  (BADFIRDOT    "bad dotted pair: unexpected '.'")
  14.  (BADFORMALS    "bad formal parameter list")
  15.  (BADMACRO    "bad macro expression")
  16.  (BADMACRONAM    "bad macro name")
  17.  (BADNAME    "unrecognized name for character constant")
  18.  (BADNUMBER    "badly formed number")
  19.  (BADPAIR    "bad dotted pair")
  20.  (BEGINSYN    "bad begin expression")
  21.  (CANTCLOSE    "cannot close")
  22.  (CANTOPEN    "cannot open")
  23.  (CANTRUN    "not licensed to run non-compiled scripts")
  24.  (BADRUNID    "compiled script has an invalid creator ID")
  25.  (CANTWRITE    "cannot write")
  26.  (CLOSED_PORT    "port is closed")
  27.  (CWCCSYN    "bad call/cc expression")
  28.  (DEFINESYN    "bad define expression")
  29.  (DEFINESEQ    "define expression not at start of body")
  30.  (FIXNUMFRAC    "this version doesn't support fractional numbers")
  31.  (FIXNUMEXP    "this version doesn't support 'scientific notation'")
  32.  (IFSYN        "bad if expression")
  33.  (INVARGS    "invalid argument")
  34.  (INVPROC    "invalid function")
  35.  (LAMBDASYN    "bad lambda expression")
  36.  (LESSARGS    "too few arguments")
  37.  (MACROSYN    "bad macro definition")
  38.  (MOREARGS    "too many arguments")
  39.  (NAMTOOLONG    "character name too long")
  40.  (NOGTRACE    "global trace not available")
  41.  (NO_MEM    "out of memory")
  42.  (NULLAPP    "null application")
  43.  (NULLDATA    "null must be quoted")
  44.  (ONLY_ONE_STR    "only one string can be used in an input port")
  45.  (PRIMERR    "")
  46.  (SLPRIMERR    "")
  47.  (PROTLEAK    "warning, GC protection leak")
  48.  (BADERRTIME    "error while in error handler")
  49.  (QUOTESYN    "bad quote expression")
  50.  (RANGECHECK    "index out of range")
  51.  (REGEXLOOP    "regular expression may not match empty string; infinite loop")
  52.  (SETSYN    "bad set! expression")
  53.  (STRTOOLONG    "string too long")
  54.  (SYMTOOLONG    "symbol too long")
  55.  (TBD        "implementation not yet complete")
  56.  (UNBOUNDVAR    "unbound variable")
  57.  (UNXPEOF    "unexpected EOF on input")
  58.  (UNXPEOFL    "unexpected EOF on input. expected ')'")
  59.  (UNXPEOFS    "unexpected EOF on input, expected '\"'")
  60.  (UNXPRPAR    "unexpected ')' in input")
  61.  (WHYMACRO    "missing argument(s) in macro definition")
  62.  (WRONGNARGS    "wrong number of arguments")
  63.  (UNLINKERR    "unlink failed")
  64.  (MDOMAIN    "domain error")
  65.  (MRANGE    "argument(s) cause function range error")
  66.  (MSING        "argument(s) cause undefined result (singularity)")
  67.  (MOVERFLOW    "argument(s) cause overflow")
  68.  (MUNDERFLOW    "argument(s) cause underflow")
  69.  (MTLOSS    "argument(s) cause total loss of significance")
  70.  (MPLOSS    "argument(s) cause partial loss of significance")
  71.  (RENAMEERR    "rename failed")
  72.  (ALREADYDEF    "symbol already bound in this scope")
  73.  (SYNTAX    "syntax error")
  74.  (READONLY    "object is immutable")
  75.  (IOERR        "low level I/O error")
  76.  (KEYWORD    "attempt to use reserved word as a variable name")
  77.  (WANTLIST    "invalid argument (expecting a list)")
  78.  (WANTPAIR    "invalid argument (expecting a pair)")
  79.  (WANTSYMBOL    "invalid argument (expecting a symbol)")
  80.  (WANTSTRING    "invalid argument (expecting a string)")
  81.  (WANTIPORT    "invalid argument (expecting an input port)")
  82.  (WANTOPORT    "invalid argument (expecting an output port)")
  83.  (WANTPORT    "invalid argument (expecting a port)")
  84.  (WANTSTRIPORT    "invalid argument (expecting an input string port)")
  85.  (WANTSTROPORT    "invalid argument (expecting an output string port)")
  86.  (WANTPROC    "invalid argument (expecting a procedure)")
  87.  (WANTMACRO    "invalid argument (expecting a macro)")
  88.  (WANTVECTOR    "invalid argument (expecting a vector)")
  89.  (WANTCHAR    "invalid argument (expecting a character)")
  90.  (WANTBOOL    "invalid argument (expecting a boolean)")
  91.  (WANTNUM    "invalid argument (expecting a number)")
  92.  (WANTXNUM    "invalid argument (expecting an exact number)"))
  93.