Error code Summary for socket (Windows and UNIX) collection

Source: Internet
Author: User
Tags error code socket error connection reset

Article out: http://blog.csdn.net/hairetz/archive/2009/04/28/4129164.aspx


Start by counting the error codes in Windows

Queries on the host, like Windows system, are entered directly at the command line: NET Helpmsg 1xxx.


The Network online error socket error has occurred #11001

Indicates that your computer cannot connect to the server, check your proxy settings and proxy related accounts, or temporarily cancel your antivirus software's personal firewall.

· The Network online error socket error has occurred #11004

This should be a network online status issue, and ask the user to check that the network is online properly.

· Network online error Socket error #10060 Connection Timed out

Indicates that you have an online timeout error with the server, check your proxy-related settings, and whether proxy server has SSL 443 port open.

· The Network online error socket error has occurred #10061

Indicates that the server is busy and cannot be brought online with you, please try again later.

· The Network online error socket error has occurred #10022

Please update your Windows operating system components online. Users of Windows NT version 4.0 please download and install Service Pack 5 (inclusive) above.

· Internal Server error appears

The host is busy, please try again later.

· When the upload occurs socket error #10022 Invalid argument.

Please update the Windows operating system components (Windows Update) online. Users of Windows NT version 4.0 please download and install Service Pack 5 (inclusive) above.

· When the upload occurs socket error #10054 Connection reset by peer

The reason is that the connection was interrupted by a fire Qiang or proxy "or because you have an IP-sharing device installed, please remove the IP-sharing device and upload the computer directly to the ADSL line.

· When the upload occurs socket error #10057 Connection reset by peer

Because the system file is destroyed, please carry on the system antivirus, shuts down the anti-virus software, the firewall.


INDY9 socket Errors for feedback in development programs

Here is the error code and description for the socket error:

Socket Error 0-directly send error

Socket Error 10004-interrupted function call

Socket Error 10013-permission denied

Socket Error 10014-bad Address

Socket Error 10022-invalid argument

Socket error 10024-too many open files

Socket Error 10035-resource temporarily unavailable

Socket error 10036-operation now in progress

Socket error 10037-operation already in progress

Socket error 10038-socket operation on Non-socket

Socket Error 10039-destination address required

Socket Error 10040-message too long

Socket error 10041-protocol wrong type for socket

Socket Error 10042-bad protocol option

Socket Error 10043-protocol not supported

Socket error 10044-socket type not supported

Socket Error 10045-operation not supported

Socket error 10046-protocol Family not supported

Socket error 10047-address family not supported by protocol family

Socket error 10048-address already in use

Socket Error 10049-cannot Assign requested address

Socket Error 10050-network is down

Socket Error 10051-network is unreachable

Socket error 10052-network dropped connection on reset

Socket error 10053-software caused connection abort

Socket error 10054-connection Reset by peer

Socket error 10055-no Buffer space available

Socket error 10056-socket is already connected

Socket error 10057-socket is not connected

Socket error 10058-cannot send after socket shutdown

Socket Error 10060-connection timed out

Socket Error 10061-connection refused

Socket Error 10064-host is down

Socket error 10065-no route to host

Socket Error 10067-too many processes

Socket Error 10091-network subsystem is unavailable

Socket error 10092-winsock. DLL version out of range

Socket error 10093-successful WSAStartup not yet performed

Socket error 10094-graceful shutdown in progress

Socket error 11001-host not found

Socket error 11002-non-authoritative Host not found

Socket error 11003-this is a non-recoverable error

Socket error 11004-valid name, no data record of requested type

Wsaeaddrinuse (10048) address already

Wsaeconnaborted (10053) Software caused connection abort

Wsaeconnrefused (10061) Connection refused

Wsaeconnreset (10054) Connection Reset by peer

Wsaedestaddrreq (10039) Destination address required

Wsaehostunreach (10065) No route to host

Wsaemfile (10024) Too many open files

Wsaenetdown (10050) network is down

Wsaenetreset (10052) network dropped connection

Wsaenobufs (10055) No buffer space available

Wsaenetunreach (10051) network is unreachable

Wsaetimedout (10060) Connection timed out

Wsahost_not_found (11001) Host not FOUND

Wsasysnotready (10091) network sub-system is unavailable

Wsanotinitialised (10093) WSAStartup () not performed

Wsano_data (11004) Valid name, no DATA of that type

Wsano_recovery (11003) non-recoverable query error

Wsatry_again (11002) non-authoritative host found

wsavernotsupported (10092) wrong WinSock DLL version

UNIX platform error code, less available online, found a full

10001<o:p></o:p>
Eperm<o:p></o:p>
Not super-user<o:p></o:p>

10002 <o:p></o:p>
Enoent<o:p></o:p>
No such file or directory<o:p></o:p>

10003<o:p></o:p>
Esrch<o:p></o:p>
No such process<o:p></o:p>

10004<o:p></o:p>
Eintr<o:p></o:p>
Interrupted system call<o:p></o:p>

10005<o:p></o:p>
Eio<o:p></o:p>
I/O error<o:p></o:p>

10006<o:p></o:p>
Enxio<o:p></o:p>
No such device or address<o:p></o:p>

10007<o:p></o:p>
E2big<o:p></o:p>
ARG list Too long<o:p></o:p>

10008<o:p></o:p>
Enoexec<o:p></o:p>
Exec Format Error <o:p></o:p>

10009<o:p></o:p>
EBADF <o:p></o:p>
Bad file number <o:p></o:p>

10010<o:p></o:p>
Echild <o:p></o:p>
No Children <o:p></o:p>

10011<o:p></o:p>
Eagain <o:p></o:p>
No more Processes <o:p></o:p>

10012<o:p></o:p>
Enomem <o:p></o:p>
Not enough core<o:p></o:p>

10013<o:p></o:p>
Eacces <o:p></o:p>
Permission denied<o:p></o:p>

10014<o:p></o:p>
Efault <o:p></o:p>
Bad Address <o:p></o:p>

10015<o:p></o:p>
Enotblk<o:p></o:p>
Block Device required<o:p></o:p>

10016<o:p></o:p>
Ebusy <o:p></o:p>
Mount Device Busy <o:p></o:p>

10017<o:p></o:p>
Eexist <o:p></o:p>
File exists <o:p></o:p>

10018<o:p></o:p>
Exdev <o:p></o:p>
Cross-device Link <o:p></o:p>

10019<o:p></o:p>
Enodev <o:p></o:p>
No such device <o:p></o:p>

10020<o:p></o:p>
Enotdir <o:p></o:p>
Not a directory <o:p></o:p>

10021<o:p></o:p>
Eisdir<o:p></o:p>
is a directory <o:p></o:p>

10022<o:p></o:p>
Einval<o:p></o:p>
Invalid argument <o:p></o:p>

10023<o:p></o:p>
Enfile<o:p></o:p>
File Table Overflow <o:p></o:p>

10024<o:p></o:p>
Emfile<o:p></o:p>
Too Many open files <o:p></o:p>

10025<o:p></o:p>
Enotty<o:p></o:p>
Not a typewriter <o:p></o:p>

10026<o:p></o:p>
Etxtbsy<o:p></o:p>
Text file busy<o:p></o:p>

10027<o:p></o:p>
Efbig <o:p></o:p>
File too large<o:p></o:p>

10028<o:p></o:p>
Enospc<o:p></o:p>
No spaces left on device<o:p></o:p>

10029<o:p></o:p>
Espipe<o:p></o:p>
Illegal seek<o:p></o:p>

10030<o:p></o:p>
Erofs<o:p></o:p>
Read only File system<o:p></o:p>

10031<o:p></o:p>
Emlink<o:p></o:p>
Too many links<o:p></o:p>

10032<o:p></o:p>
Epipe<o:p></o:p>
Broken pipe<o:p></o:p>

10033<o:p></o:p>
<o:p> </o:p>
<o:p> </o:p>

10034<o:p></o:p>
<o:p> </o:p>
<o:p> </o:p>

10035<o:p></o:p>
Enomsg<o:p></o:p>
No Message of desired type<o:p></o:p>

10036<o:p></o:p>
EIDRM <o:p></o:p>
Identifier removed<o:p></o:p>

10037<o:p></o:p>
Echrng <o:p></o:p>
Channel number out of range<o:p></o:p>

This article from Csdn Blog, reprinted please indicate the source: http://blog.csdn.net/hairetz/archive/2009/04/28/4129164.aspx

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.