home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / b / vmserr.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  72 lines

  1. .TITLE        KERMIT-32 Messages
  2. .FACILITY    KERMIT,1/PREFIX=KER_
  3. .IDENT        'Version 3.1.056'
  4.  
  5. !
  6. ! General messages and errors
  7. !
  8.  
  9. NORMAL        <Normal return>/INFORMATION
  10. INTERNALERR    <Internal KERMIT error>/ERROR
  11.  
  12. !
  13. ! Command scanner error messages and warnings.
  14. !
  15.  
  16. CMDERR        <Command error at or near '!AS'>/FAO=1/ERROR
  17. ILLEOL        <Illegal end of line character>/ERROR
  18. ILLPKTLEN    <Illegal packet length>/ERROR
  19. ILLPADCHR    <Illegal padding character>/ERROR
  20. ILLNPAD        <Illegal number of padding characters>/ERROR
  21. LINTOOLNG    <Command line too long>/ERROR
  22. ILLSOH        <Illegal start of packet character>/ERROR
  23. ILLQUO        <Illegal quote character>/ERROR
  24. LOCONLY        <Command valid only when Kermit is local>/ERROR
  25. !
  26. ! File processing error messages and warnings.
  27. !
  28.  
  29. EOF        <End of file reached>/INFORMATION
  30. RMS32        <!AS for !AS>/FAO=2/ERROR
  31. NOMORFILES    <No more files>/INFORMATION
  32. ILLFILTYP    <Illegal file type>/ERROR
  33. REC_TOO_BIG    <Record to big for KERMIT's internal buffers>/ERROR
  34.  
  35. !
  36. ! Message level processing error messages and warnings.
  37. !
  38.  
  39. ERRMSG        <Received an E (error) packet>/ERROR
  40. CHKSUMERR    <Checksum error>/ERROR
  41. SNDERR        <Send failure>/ERROR
  42. RETRIES        <Too many retries>/ERROR
  43. EXIT        <Server requested exit>/INFORMATION
  44. UNIMPLGEN    <Unimplemented generic command>/ERROR
  45. UNISRV        <Unimplemented server command>/ERROR
  46. PROTOERR    <Protocol error>/ERROR
  47. ZEROLENMSG    <Zero length message>/ERROR
  48.  
  49. !
  50. ! Terminal level processing messages
  51. !
  52.  
  53. LINTERM        <Line specified is not a terminal>/ERROR
  54. TIMEOUT        <Timed out waiting to receive/send packet>/WARNING
  55. ABORTED        <Transfer aborted by user interrupt>/ERROR
  56. RECERR        <Receive error - !AS>/ERROR/FAO=1
  57. CON_SAME    <Cannot CONNECT 'TT:'  to  'TT:'>/ERROR
  58.  
  59. !
  60. ! More command scanner errors.  These are here to keep from shifting the other
  61. ! error codes.
  62. !
  63. AMBIGKEY    <Ambiguous keyword '!AS'>/ERROR/FAO=1
  64. UNKNOWKEY    <Unknown keyword '!AS'>/ERROR/FAO=1
  65.  
  66. !
  67. ! Take command codes
  68. !
  69. TAKE_EOF    <End of take file>/INFORMATION
  70. TAKE_ERROR    <Error in take file>/ERROR
  71. .END
  72.