ResourceString _WSAEINTR = 'Interrupted system call'; // 10004 L:4 _WSAEBADF = 'Bad file number'; // 10009 L:9 _WSAEACCES = 'Permission denied'; // 10013 L:13 _WSAEFAULT = 'Bad address'; // 10014 L:14 _WSAEINVAL = 'Invalid argument'; // 10022 L:22 _WSAEMFILE = 'Too many open files'; // 10024 L:24 _WSAEWOULDBLOCK = 'Operation would block'; // 10035 L:11 (?L:35?) _WSAEINPROGRESS = 'Operation now in progress'; // 10036 L:115 _WSAEALREADY = 'Operation already in progress'; // 10037 L:114 _WSAENOTSOCK = 'Socket operation on non-socket'; // 10038 L:88 _WSAEDESTADDRREQ = 'Destination address required'; // 10039 L:89 _WSAEMSGSIZE = 'Message too long'; // 10040 L:90 _WSAEPROTOTYPE = 'Protocol wrong type for socket'; // 10041 L:91 _WSAENOPROTOOPT = 'Protocol not available'; // 10042 L:92 _WSAEPROTONOSUPPORT = 'Protocol not supported'; // 10043 L:93 _WSAESOCKTNOSUPPORT = 'Socket type not supported'; // 10044 L:94 _WSAEOPNOTSUPP = 'Operation not supported on socket'; // 10045 L:95 _WSAEPFNOSUPPORT = 'Protocol family not supported'; // 10046 L:96 _WSAEAFNOSUPPORT = 'Address family not supported by protocol family'; // 10047 L:97 _WSAEADDRINUSE = 'Address already in use'; // 10048 L:98 _WSAEADDRNOTAVAIL = 'Can''t assign requested address'; // 10049 L:99 _WSAENETDOWN = 'Network is down'; // 10050 L:100 _WSAENETUNREACH = 'Network is unreachable'; // 10051 L:101 _WSAENETRESET = 'Network dropped connection on reset'; // 10052 L:102 _WSAECONNABORTED = 'Software caused connection abort'; // 10053 L:103 _WSAECONNRESET = 'Connection reset by peer'; // 10054 L:104 _WSAENOBUFS = 'No buffer space available'; // 10055 L:105 _WSAEISCONN = 'Socket is already connected'; // 10056 L:106 _WSAENOTCONN = 'Socket is not connected'; // 10057 L:107 _WSAESHUTDOWN = 'Can''t send after socket shutdown'; // 10058 L:108 _WSAETOOMANYREFS = 'Too many references can''t splice'; // 10059 L:109 _WSAETIMEDOUT = 'Connection timed out'; // 10060 L:110 _WSAECONNREFUSED = 'Connection refused'; // 10061 L:111 _WSAELOOP = 'Too many levels of symbolic links'; // 10062 L:40 _WSAENAMETOOLONG = 'File name too long'; // 10063 L:36 _WSAEHOSTDOWN = 'Host is down'; // 10064 L:112 _WSAEHOSTUNREACH = 'No route to host'; // 10065 L:113 _WSAENOTEMPTY = 'Directory not empty'; // 10066 L:39 _WSAEPROCLIM = 'Too many processes'; // 10067 _WSAEUSERS = 'Too many users'; // 10068 L:87 _WSAEDQUOT = 'Disk quota exceeded'; // 10069 L:122 _WSAESTALE = 'Stale NFS file handle'; // 10070 L:116 _WSAEREMOTE = 'Too many levels of remote in path'; // 10071 L:66 _WSASYSNOTREADY = 'Network sub-system is unusable'; // 10091 _WSAVERNOTSUPPORTED = 'WSOCK32.DLL DLL cannot support this application'; // 10092 _WSANOTINITIALISED = 'WSOCK32.DLL not initialized'; // 10093 _WSAHOST_NOT_FOUND = 'Host not found'; // 11001 L:1 _WSATRY_AGAIN = 'Non-authoritative host not found'; // 11002 L:2 _WSANO_RECOVERY = 'Non-recoverable error'; // 11003 L:3 _WSANO_DATA = 'No Data'; // 11004 L:4 _WSAUNKNOWN = 'Unknown Socket Error';