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