This is the fourteenth and final node in the project to consolidate all of the Windows Error nodes. You will notice that this node seems to skip a few numbers from time to time. Those are the error messages that have no description at all, (not on E2 or using any of the other Error tools that I can find).

The messages are listed in this format

Hexadecimal error identifier - Decimal error identifier
Error explanation
Windows API Error Identifier



Windows Error 0x00002649 - 9801
Secure update call needs to continue update request.
DNS_STATUS_CONTINUE_NEEDED

Windows Error 0x0000267B - 9851
TCP/IP network protocol not installed.
DNS_ERROR_NO_TCPIP

Windows Error 0x0000267C - 9852
No DNS servers configured for local system.
DNS_ERROR_NO_DNS_SERVERS

Windows Error 0x00002714 - 10004
A blocking operation was interrupted by a call to WSACancelBlockingCall.
WSAEINTR

Windows Error 0x00002719 - 10009
The file handle supplied is not valid.
WSAEBADF

Windows Error 0x0000271D - 10013
An attempt was made to access a socket in a way forbidden by its access permissions.
WSAEACCES

Windows Error 0x0000271E - 10014
The system detected an invalid pointer address in attempting to use a pointer argument in a call.
WSAEFAULT

Windows Error 0x00002726 - 10022
An invalid argument was supplied.
WSAEINVAL

Windows Error 0x00002728 - 10024
Too many open sockets.
WSAEMFILE

Windows Error 0x00002733 - 10035
A non-blocking socket operation could not be completed immediately.
WSAEWOULDBLOCK

Windows Error 0x00002734 - 10036
A blocking operation is currently executing.
WSAEINPROGRESS

Windows Error 0x00002735 - 10037
An operation was attempted on a non-blocking socket that already had an operation in progress.
WSAEALREADY

Windows Error 0x00002736 - 10038
An operation was attempted on something that is not a socket.
WSAENOTSOCK

Windows Error 0x00002737 - 10039
A required address was omitted from an operation on a socket.
WSAEDESTADDRREQ

Windows Error 0x00002738 - 10040
A message sent on a datagram socket was larger than the internal message buffer or some other network limit, or the buffer used to receive a datagram into was smaller than the datagram itself.
WSAEMSGSIZE

Windows Error 0x00002739 - 10041
A protocol was specified in the socket function call that does not support the semantics of the socket type requested.
WSAEPROTOTYPE

Windows Error 0x0000273A - 10042
An unknown, invalid, or unsupported option or level was specified in a getsockopt or setsockopt call.
WSAENOPROTOOPT

Windows Error 0x0000273B - 10043
The requested protocol has not been configured into the system, or no implementation for it exists.
WSAEPROTONOSUPPORT

Windows Error 0x0000273C - 10044
The support for the specified socket type does not exist in this address family.
WSAESOCKTNOSUPPORT

Windows Error 0x0000273D - 10045
The attempted operation is not supported for the type of object referenced.
WSAEOPNOTSUPP

Windows Error 0x0000273E - 10046
The protocol family has not been configured into the system or no implementation for it exists.
WSAEPFNOSUPPORT

Windows Error 0x0000273F - 10047
An address incompatible with the requested protocol was used.
WSAEAFNOSUPPORT

Windows Error 0x00002740 - 10048
Only one usage of each socket address (protocol/network address/port) is normally permitted.
WSAEADDRINUSE

Windows Error 0x00002741 - 10049
The requested address is not valid in its context.
WSAEADDRNOTAVAIL

Windows Error 0x00002742 - 10050
A socket operation encountered a dead network.
WSAENETDOWN

Windows Error 0x00002743 - 10051
A socket operation was attempted to an unreachable network.
WSAENETUNREACH

Windows Error 0x00002744 - 10052
The connection has been broken due to keep-alive activity detecting a failure while the operation was in progress.
WSAENETRESET

Windows Error 0x00002745 - 10053
An established connection was aborted by the software in your host machine.
WSAECONNABORTED

Windows Error 0x00002746 - 10054
An existing connection was forcibly closed by the remote host.
WSAECONNRESET

Windows Error 0x00002747 - 10055
An operation on a socket could not be performed because the system lacked sufficient buffer space or because a queue was full.
WSAENOBUFS

Windows Error 0x00002748 - 10056
A connect request was made on an already connected socket.
WSAEISCONN

Windows Error 0x00002749 - 10057
A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied.
WSAENOTCONN

Windows Error 0x0000274A - 10058
A request to send or receive data was disallowed because the socket had already been shut down in that direction with a previous shutdown call.
WSAESHUTDOWN

Windows Error 0x0000274B - 10059
Too many references to some kernel object.
WSAETOOMANYREFS

Windows Error 0x0000274C - 10060
A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
WSAETIMEDOUT

Windows Error 0x0000274D - 10061
No connection could be made because the target machine actively refused it.
WSAECONNREFUSED

Windows Error 0x0000274E - 10062
Cannot translate name.
WSAELOOP

Windows Error 0x0000274F - 10063
Name component or name was too long.
WSAENAMETOOLONG

Windows Error 0x00002750 - 10064
A socket operation failed because the destination host was down.
WSAEHOSTDOWN

Windows Error 0x00002751 - 10065
A socket operation was attempted to an unreachable host.
WSAEHOSTUNREACH

Windows Error 0x00002752 - 10066
Cannot remove a directory that is not empty.
WSAENOTEMPTY

Windows Error 0x00002753 - 10067
A Windows Sockets implementation may have a limit on the number of applications that may use it simultaneously.
WSAEPROCLIM

Windows Error 0x00002754 - 10068
Ran out of quota.
WSAEUSERS

Windows Error 0x00002755 - 10069
Ran out of disk quota.
WSAEDQUOT

Windows Error 0x00002756 - 10070
File handle reference is no longer available.
WSAESTALE

Windows Error 0x00002757 - 10071
Item is not available locally.
WSAEREMOTE

Windows Error 0x0000276B - 10091
WSAStartup cannot function at this time because the underlying system it uses to provide network services is currently unavailable.
WSASYSNOTREADY

Windows Error 0x0000276C - 10092
The Windows Sockets version requested is not supported.
WSAVERNOTSUPPORTED

Windows Error 0x0000276D - 10093
Either the application has not called WSAStartup, or WSAStartup failed.
WSANOTINITIALISED

Windows Error 0x00002775 - 10101
Returned by WSARecv or WSARecvFrom to indicate the remote party has initiated a graceful shutdown sequence.
WSAEDISCON

Windows Error 0x00002776 - 10102
No more results can be returned by WSALookupServiceNext.
WSAENOMORE

Windows Error 0x00002777 - 10103
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
WSAECANCELLED

Windows Error 0x00002778 - 10104
The procedure call table is invalid.
WSAEINVALIDPROCTABLE

Windows Error 0x00002779 - 10105
The requested service provider is invalid.
WSAEINVALIDPROVIDER

Windows Error 0x0000277A - 10106
The requested service provider could not be loaded or initialized.
WSAEPROVIDERFAILEDINIT

Windows Error 0x0000277B - 10107
A system call that should never fail has failed.
WSASYSCALLFAILURE

Windows Error 0x0000277C - 10108
No such service is known. The service cannot be found in the specified name space.
WSASERVICE_NOT_FOUND

Windows Error 0x0000277D - 10109
The specified class was not found.
WSATYPE_NOT_FOUND

Windows Error 0x0000277E - 10110
No more results can be returned by WSALookupServiceNext.
WSA_E_NO_MORE

Windows Error 0x0000277F - 10111
A call to WSALookupServiceEnd was made while this call was still processing. The call has been canceled.
WSA_E_CANCELLED

Windows Error 0x00002780 - 10112
A database query failed because it was actively refused.
WSAEREFUSED

Windows Error 0x00002AF9 - 11001
No such host is known.
WSAHOST_NOT_FOUND

Windows Error 0x00002AFA - 11002
This is usually a temporary error during hostname resolution and means that the local server did not receive a response from an authoritative server.
WSATRY_AGAIN

Windows Error 0x00002AFB - 11003
A non-recoverable error occurred during a database lookup.
WSANO_RECOVERY

Windows Error 0x00002AFC - 11004
The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for.
WSANO_DATA

Windows Error 0x00002AFD - 11005
At least one reserve has arrived.
WSA_QOS_RECEIVERS

Windows Error 0x00002AFE - 11006
At least one path has arrived.
WSA_QOS_SENDERS

Windows Error 0x00002AFF - 11007
There are no senders.
WSA_QOS_NO_SENDERS

Windows Error 0x00002B00 - 11008
There are no receivers.
WSA_QOS_NO_RECEIVERS

Windows Error 0x00002B01 - 11009
Reserve has been confirmed.
WSA_QOS_REQUEST_CONFIRMED

Windows Error 0x00002B02 - 11010
Error due to lack of resources.
WSA_QOS_ADMISSION_FAILURE

Windows Error 0x00002B03 - 11011
Rejected for administrative reasons - bad credentials.
WSA_QOS_POLICY_FAILURE

Windows Error 0x00002B04 - 11012
Unknown or conflicting style.
WSA_QOS_BAD_STYLE

Windows Error 0x00002B05 - 11013
Problem with some part of the filterspec or providerspecific buffer in general.
WSA_QOS_BAD_OBJECT

Windows Error 0x00002B06 - 11014
Problem with some part of the flowspec.
WSA_QOS_TRAFFIC_CTRL_ERROR

Windows Error 0x00002B07 - 11015
General QOS error.
WSA_QOS_GENERIC_ERROR

Log in or register to write something here or to contact authors.