| PosixWindows Fields | 
The PosixWindows type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|   | EADDRINUSE | 
            Address already in use
             | 
|   | EADDRNOTAVAIL | 
            Can't assign requested address
             | 
|   | EAFNOSUPPORT | 
            Address family not supported by protocol family
             | 
|   | EAGAIN | 
            Resource temporarily unavailable
             | 
|   | EALREADY | 
            Operation already in progress
             | 
|   | EBADMSG | 
            Bad message
             | 
|   | ECANCELED | 
            Operation canceled
             | 
|   | ECONNABORTED | 
            Software caused connection abort
             | 
|   | ECONNREFUSED | 
            Connection refused
             | 
|   | ECONNRESET | 
            Connection reset by peer
             | 
|   | EDEADLK | 
            Resource deadlock avoided
             | 
|   | EDESTADDRREQ | 
            Destination address required
             | 
|   | EHOSTUNREACH | 
            No route to host
             | 
|   | EIDRM | 
            Identifier removed
             | 
|   | EILSEQ | 
            Illegal byte sequence
             | 
|   | EINPROGRESS | 
            Operation now in progress
             | 
|   | EISCONN | 
            Socket is already connected
             | 
|   | ELOOP | 
            Too many levels of symbolic links
             | 
|   | EMSGSIZE | 
            Message too long
             | 
|   | ENAMETOOLONG | 
            File name too long
             | 
|   | ENETDOWN | 
            Network is down
             | 
|   | ENETRESET | 
            Network dropped connection on reset
             | 
|   | ENETUNREACH | 
            Network is unreachable
             | 
|   | ENOBUFS | 
            No buffer space available
             | 
|   | ENODATA | 
            No message available on STREAM
             | 
|   | ENOLCK | 
            No locks available
             | 
|   | ENOLINK | 
            Link has been severed
             | 
|   | ENOMSG | 
            No message of desired type
             | 
|   | ENOPROTOOPT | 
            Protocol not available
             | 
|   | ENOSR | 
            No STREAM resources
             | 
|   | ENOSTR | 
            Not a STREAM
             | 
|   | ENOSYS | 
            Function not implemented
             | 
|   | ENOTCONN | 
            Socket is not connected
             | 
|   | ENOTEMPTY | 
            Directory not empty
             | 
|   | ENOTRECOVERABLE | 
            State not recoverable
             | 
|   | ENOTSOCK | 
            Socket operation on non-socket
             | 
|   | ENOTSUP | 
            Operation not supported
             | 
|   | EOPNOTSUPP | 
            Operation not supported on socket
             | 
|   | EOTHER | 
            Undefined error
             | 
|   | EOVERFLOW | 
            Value too large to be stored in data type
             | 
|   | EOWNERDEAD | 
            Previous owner died
             | 
|   | EPROTO | 
            Protocol error
             | 
|   | EPROTONOSUPPORT | 
            Protocol not supported
             | 
|   | EPROTOTYPE | 
            Protocol wrong type for socket
             | 
|   | ETIME | 
            STREAM ioctl timeout
             | 
|   | ETIMEDOUT | 
            Operation timed out
             | 
|   | ETXTBSY | 
            Text file busy
             | 
|   | EWOULDBLOCK | 
            Operation would block
             | 
 See Also
See Also