エラー | コード | 概要
|
WSABASEERR | 0x0000 | 0 | No Error
|
WSAEINTR | 0x2714 | 10004 | Interrupted system call
|
WSAEBADF | 0x2719 | 10009 | Bad file number
|
WSAEACCES | 0x271d | 10013 | Permission denied
|
WSAEFAULT | 0x271e | 10014 | Bad address
|
WSAEINVAL | 0x2726 | 10022 | Invalid argument
|
WSAEMFILE | 0x2728 | 10024 | Too many open files
|
WSAEWOULDBLOCK | 0x2733 | 10035 | Operation would block
|
WSAEINPROGRESS | 0x2734 | 10036 | Operation now in progress
|
WSAEALREADY | 0x2735 | 10037 | Operation already in progress
|
WSAENOTSOCK | 0x2736 | 10038 | Socket operation on non-socket
|
WSAEDESTADDRREQ | 0x2737 | 10039 | Destination address required
|
WSAEMSGSIZE | 0x2738 | 10040 | Message too long
|
WSAEPROTOTYPE | 0x2739 | 10041 | Protocol wrong type for socket
|
WSAENOPROTOOPT | 0x273a | 10042 | Bad protocol option
|
WSAEPROTONOSUPPORT | 0x273b | 10043 | Protocol not supported
|
WSAESOCKTNOSUPPORT | 0x273c | 10044 | Socket type not supported
|
WSAEOPNOTSUPP | 0x273d | 10045 | Operation not supported on socket
|
WSAEPFNOSUPPORT | 0x273e | 10046 | Protocol family not supported
|
WSAEAFNOSUPPORT | 0x273f | 10047 | Address family not supported by protocol family
|
WSAEADDRINUSE | 0x2740 | 10048 | Address already in use
|
WSAEADDRNOTAVAIL | 0x2741 | 10049 | Can't assign requested address
|
WSAENETDOWN | 0x2742 | 10050 | Network is down
|
WSAENETUNREACH | 0x2743 | 10051 | Network is unreachable
|
WSAENETRESET | 0x2744 | 10052 | Net dropped connection or reset
|
WSAECONNABORTED | 0x2745 | 10053 | Software caused connection abort
|
WSAECONNRESET | 0x2746 | 10054 | Connection reset by peer
|
WSAENOBUFS | 0x2747 | 10055 | No buffer space available
|
WSAEISCONN | 0x2748 | 10056 | Socket is already connected
|
WSAENOTCONN | 0x2749 | 10057 | Socket is not connected
|
WSAESHUTDOWN | 0x274a | 10058 | Can't send after socket shutdown
|
WSAETOOMANYREFS | 0x274b | 10059 | Too many references, can't splice
|
WSAETIMEDOUT | 0x274c | 10060 | Connection timed out
|
WSAECONNREFUSED | 0x274d | 10061 | Connection refused
|
WSAELOOP | 0x274e | 10062 | Too many levels of symbolic links
|
WSAENAMETOOLONG | 0x274f | 10063 | File name too long
|
WSAEHOSTDOWN | 0x2750 | 10064 | Host is down
|
WSAEHOSTUNREACH | 0x2751 | 10065 | No Route to Host
|
WSAENOTEMPTY | 0x2752 | 10066 | Directory not empty
|
WSAEPROCLIM | 0x2753 | 10067 | Too many processes
|
WSAEUSERS | 0x2754 | 10068 | Too many users
|
WSAEDQUOT | 0x2755 | 10069 | Disc Quota Exceeded
|
WSAESTALE | 0x2756 | 10070 | Stale NFS file handle
|
WSAEREMOTE | 0x2757 | 10071 | Too many levels of remote in path
|
WSASYSNOTREADY | 0x276c | 10091 | Network SubSystem is unavailable
|
WSAVERNOTSUPPORTED | 0x276d | 10092 | WINSOCK DLL Version out of range
|
WSANOTINITIALISED | 0x276e | 10093 | Successful WSASTARTUP not yet performed
|
WSAHOST_NOT_FOUND | 0x2af9 | 11001 | Host not found
|
WSATRY_AGAIN | 0x2afa | 11002 | Non-Authoritative Host not found
|
WSANO_RECOVERY | 0x2afb | 11003 | Non-Recoverable errors: FORMERR, REFUSED, NOTIMP
|
WSANO_DATA | 0x2afc | 11004 | Valid name, no data record of requested type
|
WSANO_ADDRESS | No address, look for MX record
|