home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / mailsrv / LSV95.ZIP / win95.z / errfac.file < prev    next >
Text File  |  1995-12-31  |  6KB  |  187 lines

  1. *
  2. * This file contains information for the PREXX error code formatting
  3. * routines. See LSWERR PASCAL for more details.
  4. *
  5. (0) Generic error codes
  6.     001 End of file
  7.     002 File/major entity not found
  8.     003 Record/entry/minor entity not found
  9.     004 Unknown function code
  10.     005 Overflow/buffer too small
  11.     006 Premature EOF/missing END delimiter
  12.     007 Invalid input file/data format
  13.     008 File/major entity already exists
  14.     009 Record/entry/minor entity already exists
  15.     010 Record/entry/minor entity truncated
  16.     011 Error from REXX routine - see console log
  17.     012 Logic error detected
  18.     013 Configuration error detected
  19. (1) FSREAD
  20.     001 File not found, or insufficient authority (SFS)
  21.     003 I/O error or R/O minidisk modified by R/W owner
  22.     004 First character of file mode is illegal
  23.     008 Buffer too small - truncation occured
  24.     012 End of file reached
  25.     020 Invalid character in file name
  26.     021 Invalid character in file type
  27.     025 Insufficient storage for file system control blocks
  28.     099 Insufficient resources for the SFS server
  29.     XXX try HELP MACRO FSREAD
  30. (2) FSWRITE
  31.     001 Not authorized to write to file
  32.     003 I/O error
  33.     004 Invalid filemode or disk not accessed
  34.     005 Invalid filemode number
  35.     007 Record number past EOF+1 (RECFM V file)
  36.     012 Disk or directory is R/O
  37.     013 Out of disk space
  38.     017 Record larger than 65535 (RECFM V file)
  39.     020 Invalid character in file name
  40.     021 Invalid character in file type
  41.     025 Insufficient storage for file system control blocks
  42.     099 Insufficient resources for the SFS server
  43.     XXX try HELP MACRO FSWRITE
  44. (3) DMSFREE/CMSSTOR OBTAIN
  45.     001 Insufficient storage available
  46.     004 Requested size invalid
  47.     XXX probably a severe error
  48. (4) DMSFRET/CMSSTOR RELEASE
  49.     005 Invalid size specified
  50.     006 Attempt to release unallocated block
  51.     007 Address not on a doubleword boundary
  52.     XXX probably a severe error
  53. (5) LFxxx routines
  54.     001 Record format mismatch
  55.     002 Block-write invalid on existing file
  56. * Note: codes 3-* are for non-VM implementations only
  57.     003 Invalid fileid specified
  58.     004 Invalid filemode letter
  59.     005 No logical/setenv for this filemode
  60.     006 Invalid record format specified
  61.     007 Random access not allowed for block-mode I/O
  62.     008 Non-sequential write to RECFM V file
  63.     009 Record length larger than 65535
  64.     010 Attempt to open a non-sequential file
  65.     011 File not opened in update mode
  66.     012 Unsupported VMS record format
  67.     013 File open had failed
  68.     014 Internal file structure corrupted
  69.     015 Invalid date specification
  70.     016 File not opened in read mode
  71.     017 Record length is not even
  72.     018 File not resident in FIO cache
  73. (6) LSVFILER
  74.     XXX see LSVFILER ASSEMBLE
  75. (7) DMSERDBF - DMSEBLKW entry point
  76.     003 I/O error
  77.     004 Invalid filemode or disk not accessed
  78.     005 Invalid filemode number
  79.     012 Disk or directory is R/O
  80.     013 Out of disk space
  81.     020 Invalid character in file name
  82.     021 Invalid character in file type
  83.     025 Insufficient storage for file system control blocks
  84.     XXX usually same as from FSWRITE
  85. (8) DMSFNSAT
  86.     XXX this call is OCO
  87. (9) DMSLAF
  88.     XXX indicates an internal error
  89. (10) Diag X'14'
  90.      XXX cc=3, return code as specified
  91. (11) ERASE command
  92.      XXX try HELP ERASE
  93. (12) RENAME command
  94.      XXX try HELP RENAME
  95. (13) LSWISF (incoming spool file processor)
  96.      001 Decks with more than one file are not supported
  97.      002 Decks with PDS files or AMSCIPHR steps are not supported
  98.      003 Decks with non-sequential files are not supported
  99.      004 Unsupported RMS data format
  100. (14) LSVSDATE (alter file date)
  101.      XXX see LSVSDATE ASSEMBLE
  102. (15) PUNCHC macro
  103.      XXX try HELP MACRO PUNCHC
  104. (16) LSWOSF (outgoing spool file formatter)
  105.      001 No record written to deck
  106.      002 Record length too large for VMSDUMP (max 65535)
  107.      003 Spooling error re-reading foreign format deck
  108.      004 Record larger than SPLIT= limit found
  109. (17) CARD MODULE (formatter for CARD Dump)
  110.      XXX check CARD ASSEMBLE
  111. (18) Foreign file format processor (LSV$xxx EXEC)
  112.      XXX varies with the file format
  113. (19) Mail routines (LSWMBX/LSWMAIL)
  114.      001 No primary recipient left
  115. (20) VMS Record Management Services
  116.      VMS refer to the VMS RMS documentation
  117. (21) Generic spooling error codes
  118.      001 Spoolid limit exceeded
  119. (22) POSIX/unix error codes
  120.      UNX See errno.h
  121. (23) NJE interface
  122.      001 NJE interface routines not present
  123.      002 NJE interface not started
  124.      003 Error calling NJE subsystem - see LISTSERV log
  125. (24) SMTP error code
  126.      XXX See RFC821 et seq.
  127. (25) License control
  128.      001 License capacity exceeded
  129.      002 Syntax error in license data
  130.      003 Incorrect license checksum
  131.      004 No license available, cannot start
  132. (26) Win32 error codes
  133.      65535 *** Error code out of supported range ***
  134.      WIN Refer to the Win32 online help
  135. (27) WinSock error codes
  136.      10004 WSAEINTR
  137.      10009 WSAEBADF
  138.      10013 WSAEACCES
  139.      10014 WSAEFAULT
  140.      10022 WSAEINVAL
  141.      10024 WSAEMFILE
  142.      10035 WSAEWOULDBLOCK
  143.      10036 WSAEINPROGRESS
  144.      10037 WSAEALREADY
  145.      10038 WSAENOTSOCK
  146.      10039 WSAEDESTADDRREQ
  147.      10040 WSAEMSGSIZE
  148.      10041 WSAEPROTOTYPE
  149.      10042 WSAENOPROTOOPT
  150.      10043 WSAEPROTONOSUPPORT
  151.      10044 WSAESOCKTNOSUPPORT
  152.      10045 WSAEOPNOTSUPP
  153.      10046 WSAEPFNOSUPPORT
  154.      10047 WSAEAFNOSUPPORT
  155.      10048 WSAEADDRINUSE
  156.      10049 WSAEADDRNOTAVAIL
  157.      10050 WSAENETDOWN
  158.      10051 WSAENETUNREACH
  159.      10052 WSAENETRESET
  160.      10053 WSAECONNABORTED
  161.      10054 WSAECONNRESET
  162.      10055 WSAENOBUFS
  163.      10056 WSAEISCONN
  164.      10057 WSAENOTCONN
  165.      10058 WSAESHUTDOWN
  166.      10059 WSAETOOMANYREFS
  167.      10060 WSAETIMEDOUT
  168.      10061 WSAECONNREFUSED
  169.      10062 WSAELOOP
  170.      10063 WSAENAMETOOLONG
  171.      10064 WSAEHOSTDOWN
  172.      10065 WSAEHOSTUNREACH
  173.      10066 WSAENOTEMPTY
  174.      10067 WSAEPROCLIM
  175.      10068 WSAEUSERS
  176.      10069 WSAEDQUOT
  177.      10070 WSAESTALE
  178.      10071 WSAEREMOTE
  179.      10091 WSASYSNOTREADY
  180.      10092 WSAVERNOTSUPPORTED
  181.      10093 WSANOTINITIALISED
  182.      11001 WSAHOST_NOT_FOUND
  183.      11002 WSATRY_AGAIN
  184.      11003 WSANO_RECOVERY
  185.      11004 WSANO_DATA
  186.      XXX See the WinSock documentation
  187.