This node is the seventh 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 0x000006E0 - 1760
The entry already exists.
RPC_S_ENTRY_ALREADY_EXISTS

Windows Error 0x000006E1 - 1761
The entry is not found.
RPC_S_ENTRY_NOT_FOUND

Windows Error 0x000006E2 - 1762
The name service is unavailable.
RPC_S_NAME_SERVICE_UNAVAILABLE

Windows Error 0x000006E3 - 1763
The network address family is invalid.
RPC_S_INVALID_NAF_ID

Windows Error 0x000006E4 - 1764
The requested operation is not supported.
RPC_S_CANNOT_SUPPORT

Windows Error 0x000006E5 - 1765
No security context is available to allow impersonation.
RPC_S_NO_CONTEXT_AVAILABLE

Windows Error 0x000006E6 - 1766
An internal error occurred in a remote procedure call (RPC).
RPC_S_INTERNAL_ERROR

Windows Error 0x000006E7 - 1767
The RPC server attempted an integer division by zero.
RPC_S_ZERO_DIVIDE

Windows Error 0x000006E8 - 1768
An addressing error occurred in the RPC server.
RPC_S_ADDRESS_ERROR

Windows Error 0x000006E9 - 1769
A floating-point operation at the RPC server caused a division by zero.
RPC_S_FP_DIV_ZERO

Windows Error 0x000006EA - 1770
A floating-point underflow occurred at the RPC server.
RPC_S_FP_UNDERFLOW

Windows Error 0x000006EB - 1771
A floating-point overflow occurred at the RPC server.
RPC_S_FP_OVERFLOW

Windows Error 0x000006EC - 1772
The list of RPC servers available for the binding of auto handles has been exhausted.
RPC_X_NO_MORE_ENTRIES

Windows Error 0x000006ED - 1773
Unable to open the character translation table file.
RPC_X_SS_CHAR_TRANS_OPEN_FAIL

Windows Error 0x000006EE - 1774
The file containing the character translation table has fewer than 512 bytes.
RPC_X_SS_CHAR_TRANS_SHORT_FILE

Windows Error 0x000006EF - 1775
A null context handle was passed from the client to the host during a remote procedure call.
RPC_X_SS_IN_NULL_CONTEXT

Windows Error 0x000006F1 - 1777
The context handle changed during a remote procedure call.
RPC_X_SS_CONTEXT_DAMAGED

Windows Error 0x000006F2 - 1778
The binding handles passed to a remote procedure call do not match.
RPC_X_SS_HANDLES_MISMATCH

Windows Error 0x000006F3 - 1779
The stub is unable to get the remote procedure call handle.
RPC_X_SS_CANNOT_GET_CALL_HANDLE

Windows Error 0x000006F4 - 1780
A null reference pointer was passed to the stub.
RPC_X_NULL_REF_POINTER

Windows Error 0x000006F5 - 1781
The enumeration value is out of range.
RPC_X_ENUM_VALUE_OUT_OF_RANGE

Windows Error 0x000006F6 - 1782
The byte count is too small.
RPC_X_BYTE_COUNT_TOO_SMALL

Windows Error 0x000006F7 - 1783
The stub received bad data.
RPC_X_BAD_STUB_DATA

Windows Error 0x000006F8 - 1784
The supplied user buffer is not valid for the requested operation.
ERROR_INVALID_USER_BUFFER

Windows Error 0x000006F9 - 1785
The disk media is not recognized. It may not be formatted.
ERROR_UNRECOGNIZED_MEDIA

Windows Error 0x000006FA - 1786
The workstation does not have a trust secret.
ERROR_NO_TRUST_LSA_SECRET

Windows Error 0x000006FB - 1787
The SAM database on the Windows NT Server does not have a computer account for this workstation trust relationship.
ERROR_NO_TRUST_SAM_ACCOUNT

Windows Error 0x000006FC - 1788
The trust relationship between the primary domain and the trusted domain failed.
ERROR_TRUSTED_DOMAIN_FAILURE

Windows Error 0x000006FD - 1789
The trust relationship between this workstation and the primary domain failed.
ERROR_TRUSTED_RELATIONSHIP_FAILURE

Windows Error 0x000006FE - 1790
The network logon failed.
ERROR_TRUST_FAILURE

Windows Error 0x000006FF - 1791
A remote procedure call is already in progress for this thread.
RPC_S_CALL_IN_PROGRESS

Windows Error 0x00000700 - 1792
An attempt was made to logon, but the network logon service was not started.
ERROR_NETLOGON_NOT_STARTED

Windows Error 0x00000701 - 1793
The user's account has expired.
ERROR_ACCOUNT_EXPIRED

Windows Error 0x00000702 - 1794
The redirector is in use and cannot be unloaded.
ERROR_REDIRECTOR_HAS_OPEN_HANDLES

Windows Error 0x00000703 - 1795
The specified printer driver is already installed.
ERROR_PRINTER_DRIVER_ALREADY_INSTALLED

Windows Error 0x00000704 - 1796
The specified port is unknown.
ERROR_UNKNOWN_PORT

Windows Error 0x00000705 - 1797
The printer driver is unknown.
ERROR_UNKNOWN_PRINTER_DRIVER

Windows Error 0x00000706 - 1798
The print processor is unknown.
ERROR_UNKNOWN_PRINTPROCESSOR

Windows Error 0x00000707 - 1799
The specified separator file is invalid.
ERROR_INVALID_SEPARATOR_FILE

Windows Error 0x00000708 - 1800
The specified priority is invalid.
ERROR_INVALID_PRIORITY

Windows Error 0x00000709 - 1801
The printer name is invalid.
ERROR_INVALID_PRINTER_NAME

Windows Error 0x0000070A - 1802
The printer already exists.
ERROR_PRINTER_ALREADY_EXISTS

Windows Error 0x0000070B - 1803
The printer command is invalid.
ERROR_INVALID_PRINTER_COMMAND

Windows Error 0x0000070C - 1804
The specified datatype is invalid.
ERROR_INVALID_DATATYPE

Windows Error 0x0000070D - 1805
The environment specified is invalid.
ERROR_INVALID_ENVIRONMENT

Windows Error 0x0000070E - 1806
There are no more bindings.
RPC_S_NO_MORE_BINDINGS

Windows Error 0x0000070F - 1807
The account used is an interdomain trust account. Use your global user account or local user account to access this server.
ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT

Windows Error 0x00000710 - 1808
The account used is a computer account. Use your global user account or local user account to access this server.
ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT

Windows Error 0x00000711 - 1809
The account used is a server trust account. Use your global user account or local user account to access this server.
ERROR_NOLOGON_SERVER_TRUST_ACCOUNT

Windows Error 0x00000712 - 1810
The name or security ID (SID) of the domain specified is inconsistent with the trust information for that domain.
ERROR_DOMAIN_TRUST_INCONSISTENT

Windows Error 0x00000713 - 1811
The server is in use and cannot be unloaded.
ERROR_SERVER_HAS_OPEN_HANDLES

Windows Error 0x00000714 - 1812
The specified image file did not contain a resource section.
ERROR_RESOURCE_DATA_NOT_FOUND

Windows Error 0x00000715 - 1813
The specified resource type cannot be found in the image file.
ERROR_RESOURCE_TYPE_NOT_FOUND

Windows Error 0x00000716 - 1814
The specified resource name cannot be found in the image file.
ERROR_RESOURCE_NAME_NOT_FOUND

Windows Error 0x00000717 - 1815
The specified resource language ID cannot be found in the image file.
ERROR_RESOURCE_LANG_NOT_FOUND

Windows Error 0x00000718 - 1816
Not enough quota is available to process this command.
ERROR_NOT_ENOUGH_QUOTA

Windows Error 0x00000719 - 1817
No interfaces have been registered.
RPC_S_NO_INTERFACES

Windows Error 0x0000071A - 1818
The remote procedure call was cancelled.
RPC_S_CALL_CANCELLED

Windows Error 0x0000071B - 1819
The binding handle does not contain all required information.
RPC_S_BINDING_INCOMPLETE

Windows Error 0x0000071C - 1820
A communications failure occurred during a remote procedure call.
RPC_S_COMM_FAILURE

Windows Error 0x0000071D - 1821
The requested authentication level is not supported.
RPC_S_UNSUPPORTED_AUTHN_LEVEL

Windows Error 0x0000071E - 1822
No principal name registered.
RPC_S_NO_PRINC_NAME

Windows Error 0x0000071F - 1823
The error specified is not a valid Windows RPC error code.
RPC_S_NOT_RPC_ERROR

Windows Error 0x00000720 - 1824
A UUID that is valid only on this computer has been allocated.
RPC_S_UUID_LOCAL_ONLY

Windows Error 0x00000721 - 1825
A security package specific error occurred.
RPC_S_SEC_PKG_ERROR

Windows Error 0x00000722 - 1826
Thread is not canceled.
RPC_S_NOT_CANCELLED

Windows Error 0x00000723 - 1827
Invalid operation on the encoding/decoding handle.
RPC_X_INVALID_ES_ACTION

Windows Error 0x00000724 - 1828
Incompatible version of the serializing package.
RPC_X_WRONG_ES_VERSION

Windows Error 0x00000725 - 1829
Incompatible version of the RPC stub.
RPC_X_WRONG_STUB_VERSION

Windows Error 0x00000726 - 1830
The RPC pipe object is invalid or corrupted.
RPC_X_INVALID_PIPE_OBJECT

Windows Error 0x00000727 - 1831
An invalid operation was attempted on an RPC pipe object.
RPC_X_WRONG_PIPE_ORDER

Windows Error 0x00000728 - 1832
Unsupported RPC pipe version.
RPC_X_WRONG_PIPE_VERSION

Windows Error 0x0000076A - 1898
The group member was not found.
RPC_S_GROUP_MEMBER_NOT_FOUND

Windows Error 0x0000076B - 1899
The endpoint mapper database entry could not be created.
EPT_S_CANT_CREATE

Windows Error 0x0000076C - 1900
The object universal unique identifier (UUID) is the nil UUID.
RPC_S_INVALID_OBJECT

Windows Error 0x0000076D - 1901
The specified time is invalid.
ERROR_INVALID_TIME

Windows Error 0x0000076E - 1902
The specified form name is invalid.
ERROR_INVALID_FORM_NAME

Windows Error 0x0000076F - 1903
The specified form size is invalid.
ERROR_INVALID_FORM_SIZE

Windows Error 0x00000770 - 1904
The specified printer handle is already being waited on
ERROR_ALREADY_WAITING

Windows Error 0x00000771 - 1905
The specified printer has been deleted.
ERROR_PRINTER_DELETED

Windows Error 0x00000772 - 1906
The state of the printer is invalid.
ERROR_INVALID_PRINTER_STATE

Windows Error 0x00000773 - 1907
The user must change his password before he logs on the first time.
ERROR_PASSWORD_MUST_CHANGE

Windows Error 0x00000774 - 1908
Could not find the domain controller for this domain.
ERROR_DOMAIN_CONTROLLER_NOT_FOUND

Windows Error 0x00000775 - 1909
The referenced account is currently locked out and may not be logged on to.
ERROR_ACCOUNT_LOCKED_OUT

Windows Error 0x00000776 - 1910
The object exporter specified was not found.
OR_INVALID_OXID

Windows Error 0x00000777 - 1911
The object specified was not found.
OR_INVALID_OID

Windows Error 0x00000778 - 1912
The object resolver set specified was not found.
OR_INVALID_SET

Windows Error 0x00000779 - 1913
Some data remains to be sent in the request buffer.
RPC_S_SEND_INCOMPLETE

Windows Error 0x0000077A - 1914
Invalid asynchronous remote procedure call handle.
RPC_S_INVALID_ASYNC_HANDLE

Windows Error 0x0000077B - 1915
Invalid asynchronous RPC call handle for this operation.
RPC_S_INVALID_ASYNC_CALL

Windows Error 0x0000077C - 1916
The RPC pipe object has already been closed.
RPC_X_PIPE_CLOSED

Windows Error 0x0000077D - 1917
The RPC call completed before all pipes were processed.
RPC_X_PIPE_DISCIPLINE_ERROR

Windows Error 0x0000077E - 1918
No more data is available from the RPC pipe.
RPC_X_PIPE_EMPTY

Windows Error 0x0000077F - 1919
No site name is available for this machine.
ERROR_NO_SITENAME

Windows Error 0x00000780 - 1920
The file can not be accessed by the system.
ERROR_CANT_ACCESS_FILE

Windows Error 0x00000781 - 1921
The name of the file cannot be resolved by the system.
ERROR_CANT_RESOLVE_FILENAME

Windows Error 0x00000782 - 1922
The entry is not of the expected type.
RPC_S_ENTRY_TYPE_MISMATCH

Windows Error 0x00000783 - 1923
Not all object UUIDs could be exported to the specified entry.
RPC_S_NOT_ALL_OBJS_EXPORTED

Windows Error 0x00000784 - 1924
Interface could not be exported to the specified entry.
RPC_S_INTERFACE_NOT_EXPORTED

Windows Error 0x00000785 - 1925
The specified profile entry could not be added.
RPC_S_PROFILE_NOT_ADDED

Windows Error 0x00000786 - 1926
The specified profile element could not be added.
RPC_S_PRF_ELT_NOT_ADDED

Windows Error 0x00000787 - 1927
The specified profile element could not be removed.
RPC_S_PRF_ELT_NOT_REMOVED

Windows Error 0x00000788 - 1928
The group element could not be added.
RPC_S_GRP_ELT_NOT_ADDED

Windows Error 0x00000789 - 1929
The group element could not be removed.
RPC_S_GRP_ELT_NOT_REMOVED

Windows Error 0x000007D0 - 2000
The pixel format is invalid.
ERROR_INVALID_PIXEL_FORMAT

Windows Error 0x000007D1 - 2001
The specified driver is invalid.
ERROR_BAD_DRIVER

Windows Error 0x000007D2 - 2002
The window style or class attribute is invalid for this operation.
ERROR_INVALID_WINDOW_STYLE

Windows Error 0x000007D3 - 2003
The requested metafile operation is not supported.
ERROR_METAFILE_NOT_SUPPORTED

Windows Error 0x000007D4 - 2004
The requested transformation operation is not supported.
ERROR_TRANSFORM_NOT_SUPPORTED

Windows Error 0x000007D5 - 2005
The requested clipping operation is not supported.
ERROR_CLIPPING_NOT_SUPPORTED

Windows Error 0x000007DA - 2010
The specified color management module is invalid.
ERROR_INVALID_CMM

Windows Error 0x000007DB - 2011
The specified color profile is invalid.
ERROR_INVALID_PROFILE

Windows Error 0x000007DC - 2012
The specified tag was not found.
ERROR_TAG_NOT_FOUND

Windows Error 0x000007DD - 2013
A required tag is not present.
ERROR_TAG_NOT_PRESENT

Windows Error 0x000007DE - 2014
The specified tag is already present.
ERROR_DUPLICATE_TAG

Windows Error 0x000007DF - 2015
The specified color profile is not associated with any device.
ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE

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