home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Clico / NFS / WIN31X / DISK1 / STACK.1 / ERRORS < prev    next >
Text File  |  1997-01-25  |  5KB  |  210 lines

  1. #
  2. #    Error code -> String conversion database
  3. #
  4. # Facility #0: Base System
  5. #
  6. 0 Success
  7. 1 Not owner
  8. 2 No such file or directory
  9. 3 No such process
  10. 4 Interrupted system call
  11. 5 I/O error
  12. 6 No such device or address
  13. 7 Arg list too long
  14. 8 Exec format error
  15. 9 Bad file number
  16. 10 No children
  17. 11 No more processes
  18. 12 Not enough core
  19. 13 Permission denied
  20. 14 Bad address
  21. 15 Block device required
  22. 16 Mount device busy
  23. 17 File exists
  24. 18 Cross-device link
  25. 19 No such device
  26. 20 Not a directory
  27. 21 Is a directory
  28. 22 Invalid argument
  29. 23 File table overflow
  30. 24 Too many open files
  31. 25 Not a typewriter
  32. 26 Text file busy
  33. 27 File too large
  34. 28 No space left on device
  35. 29 Illegal seek
  36. 30 Read-only file system
  37. 31 Too many links
  38. 32 Broken pipe
  39. 33 Argument too large
  40. 34 Result too large
  41. 35 Operation would block
  42. 36 Operation now in progress
  43. 37 Operation already in progress
  44. 38 Socket operation on non-socket
  45. 39 Destination address required
  46. 40 Message too long
  47. 41 Protocol wrong type for socket
  48. 42 Protocol not available
  49. 43 Protocol not supported
  50. 44 Socket type not supported
  51. 45 Operation not supported on socket
  52. 46 Protocol family not supported
  53. 47 Address family not supported by protocol family
  54. 48 Address already in use
  55. 49 Can't assign requested address
  56. 50 Network is down
  57. 51 Network is unreachable
  58. 52 Network dropped connection on reset
  59. 53 Software caused connection abort
  60. 54 Connection reset by peer
  61. 55 No buffer space available
  62. 56 Socket is already connected
  63. 57 Socket is not connected
  64. 58 Can't send after socket shutdown
  65. 59 Too many references: can't splice
  66. 60 Connection timed out
  67. 61 Connection refused
  68. 62 Too many levels of symbolic links
  69. 63 File name too long
  70. 64 Host is down
  71. 65 No route to host
  72. 66 Directory not empty
  73. 67 Too many processes
  74. 68 Too many users
  75. 69 Quota exceeded
  76. 70 Stale file handle
  77. 71 Winsock System not Ready
  78. 72 Winsock Library Version not Supported
  79. 73 Winsock System not Initialized
  80. #
  81. # Facility #1: DNS
  82. #
  83. 257 Host not found
  84. 258 DNS Server failure
  85. 259 Non-recoverable DNS error
  86. 260 No Data in DNS Answer
  87. 261 Out of dynamic memory
  88. 262 Couldn't contact DNS Server
  89. #
  90. # Facility #2: MAIL Library
  91. #
  92. 513 Mail Library allocation failure
  93. 514 Mail Library parsing error
  94. 515 Mail message truncated
  95. #
  96. # Facility #3: Pop
  97. #
  98. 769 Bad POP State
  99. 770 POP Protocol Error
  100. 771 POP Authentication Failure
  101. 772 POP Command Failure
  102. 773 POP Internal Error
  103. 774 Operation in Progress
  104. 775 End Of Text
  105. #
  106. # Facility #4: SMTP
  107. #
  108. 1025 Bad SMTP State
  109. 1026 SMTP Protocol Error
  110. 1027 SMTP Command Failure
  111. 1028 SMTP Internal Error
  112. 1029 SMTP Parameter Error
  113. 1030 Operation in Progress
  114. 1031 End Of Text
  115. #
  116. # Facility #5: File I/O
  117. #
  118. 1281 End Of File
  119. 1282 File Not Found
  120. 1283 File Access Denied
  121. 1284 Bad File Pathname
  122. 1285 File I/O Error
  123. 1286 File I/O Internal Error
  124. 1287 File Create Error
  125. 1288 Directory Exists
  126. #
  127. # Facility #6: Message Store
  128. #
  129. 1537 Path Syntex Error
  130. 1538 Message Store Open Error
  131. 1539 Message Store Bad Access
  132. 1540 No More Folderes
  133. 1541 Message Store Internal Error
  134. 1542 Message Store Read Error
  135. 1543 Message Store Create Error
  136. #
  137. # Facility #7: FTP
  138. #
  139. 1793 Bad FTP State
  140. 1794 FTP Protocol Error
  141. 1795 FTP Command Failure
  142. 1796 FTP Internal Error
  143. 1797 FTP Parameter Error
  144. 1798 Operation In Progress
  145. 1799 End Of Text
  146. 1800 Username Required
  147. 1801 Password Required
  148. 1802 Account Required
  149. 1803 Invalid Argument
  150. 1804 Pending Status
  151. 1805 Transfer Aborted
  152. 1806 Unsupported FTP Transfer Mode
  153. 1807 End Of File
  154. 1808 End Of Record
  155. 1809 End Of Record and Marker
  156. 1810 Received Marker
  157. 1811 Marker Truncated
  158. 1812 No Passive Mode
  159. #
  160. # Facility #8: Table Parser
  161. #
  162. 2049 TPARSE Syntax Error
  163. 2050 TPARSE Internal Error
  164. 2051 Invalid TPARSE Table
  165. #
  166. # Facility #9: Application Library
  167. #
  168. 2305 Buffer Overflow
  169. 2306 End Of File
  170. #
  171. # Facility #11: SUN Remote Procedure Call
  172. #
  173. 2817 Can't Encode SUNRPC Arguments 
  174. 2818 Can't Decode SUNRPC Results
  175. 2819 Error Sending SUNRPC Request
  176. 2820 Error Receiving SUNRPC Result
  177. 2821 SUNRPC Request timed out
  178. 2822 SUNRPC Protocol Version Mismatch
  179. 2823 SUNRPC Authentication Error
  180. 2824 SUNRPC Program not Available
  181. 2825 SUNRPC Program Version Mismatch
  182. 2826 SUNRPC Procedure not Available
  183. 2827 Can't Decode SUNRPC Arguments
  184. 2828 SUNRPC System Error
  185. 2829 SUNRPC Unknown host name
  186. 2830 SUNRPC Unknown protocol
  187. 2831 SUNRPC Portmapper Failure
  188. 2832 SUNRPC Remote Program not Registered
  189. 2833 SUNRPC Unspecified Error
  190. #
  191. # Facility #12: Rcmd
  192. #
  193. 3073 RCMD Error occurred on remote system
  194. 3074 RCMD KCMD error occured on remote system
  195. 3075 RCMD KCMD Kerberos error occured
  196. #
  197. # Facility # 13 DHCP 
  198. #
  199. 3329 DHCP Fatal Error
  200. 3330 DHCP Impossible state reached
  201. 3331 DHCP Address lease expired
  202. 3332 DHCP Lease renewal refused
  203. 3333 DHCP DHCP Client Aborted By User
  204. #
  205. # Facility # 14 Telnet 
  206. #
  207. 3585 TELNET Telnet Read Buffer Overflowed
  208.  
  209.  
  210.