MacTCP Fehler Codes
 

-23000 ipBadLapErr Unable to initialize the local network handler.
-23001 ipBadCnfgErr The manually set address is configured improperly.
-23002 ipNoCnfgErr A configuration resource is missing.
-23003 ipLoadErr Not enough room in the application heap (Macintosh 512K enhanced only)
-23004 ipBadAddr Error in getting an address from a server orthe address is already in use by another machine.
-23005 connectionClosing A TCPClose command was already issuedso there is no more data to send on this connection.
-23006 invalidLength The total amount of data described by theWDS was either 0 or greater than 65,535 bytes.
-23007 connectionExists The TCP or UDP stream already has anopen connection.
-23008 connectionDoesntExist The TCP stream has no open connection.
-23009 insuuficientResources 64 TCP or UDP streams are alreadyopen.
-23010 invalidStreamPtr The specified TCP or UDP stream is notopen
-23011 streamAlreadyOpen An open stream is already using thereceive buffer area.
-23012 connectionTerminated The TCP connection was broken; thereason will be given a terminate ASR.
-23013 invalidBufPtr The receive buffer area pointer is 0 (nil).
-23014 invalidRDS The RDS refers to receive buffers not ownedby the user.
-23014 invalidWDS The WDS pointer was 0 (nil).
-23015 openFailed The connection came halfway up and then failed.
-23016 commandTimeout The specified command action was not completedin the specified time period.
-23017 duplicateSocket A stream is already open using the localUDP port or a TC connection already exists between the local IP addressand TCP port, and the specified remote IP address and TCP port.
-23032 ipDontFragErr The pack is too large to send without fragmentingand the Don't Fragment flag is set.
-23033 ipDestDeadErr The destination host is not respondingto address resolution requests.
-23035 icmpEchoTimeoutErr The icmp echo packet was not respondedto in the indicated timeout period.
-23036 ipNoFragMemErr Insufficient internal driver buffers availableto fragment this packet on send.
-23037 ipRouteErr No gateway available to manage routing ofpackets to off-network destinations.
-23041 nameSyntaxErr The <<hostname>> field had a syntaxerror. The address was given in dot
notation (that is, W.X.Y.Z) and did not conform to the syntax for anIP address.
-23042 cacheFault The name specified cannot be found in thecache. The domain name resolver
will now query the domain name server and return the answer in thecallback procedure.
-23043 noResultProc No result procedure is passed to the addresstranslation call when the resolver must be used to find the address.
-23044 noNameServer No name server can be found for the specifiedname string.
-23045 authNameErr The domain name does not exist.
-23046 noAnsErr None of the known name servers are responding.
-23047 dnrErr The domain name server has returned an error.
-23048 outOfMemory Not enough memory is available to issue theneeded DNR query or to build the DNR cache.