System Error Codes (12000-15999)

The following table provides a list of system error codes (errors 12000 to 15999). These values are defined in the WinError.h header file. They are returned by the GetLastError function when many functions fail. To retrieve the description text for the error in your application, use the FormatMessage function with the FORMAT_MESSAGE_FROM_SYSTEM flag.

If you are experiencing difficulty with an application you are installing or running, contact customer support for the software that is displaying the error message. To obtain support for a Microsoft product, go to http://support.microsoft.com.

Constant/valueDescription
ERROR_INTERNET_* (see Wininet.h)
12000 - 12174 (0x2EE0)

Internet Error Codes

ERROR_IPSEC_QM_POLICY_EXISTS
13000 (0x32C8)

The specified quick mode policy already exists.

ERROR_IPSEC_QM_POLICY_NOT_FOUND
13001 (0x32C9)

The specified quick mode policy was not found.

ERROR_IPSEC_QM_POLICY_IN_USE
13002 (0x32CA)

The specified quick mode policy is being used.

ERROR_IPSEC_MM_POLICY_EXISTS
13003 (0x32CB)

The specified main mode policy already exists.

ERROR_IPSEC_MM_POLICY_NOT_FOUND
13004 (0x32CC)

The specified main mode policy was not found

ERROR_IPSEC_MM_POLICY_IN_USE
13005 (0x32CD)

The specified main mode policy is being used.

ERROR_IPSEC_MM_FILTER_EXISTS
13006 (0x32CE)

The specified main mode filter already exists.

ERROR_IPSEC_MM_FILTER_NOT_FOUND
13007 (0x32CF)

The specified main mode filter was not found.

ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
13008 (0x32D0)

The specified transport mode filter already exists.

ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
13009 (0x32D1)

The specified transport mode filter does not exist.

ERROR_IPSEC_MM_AUTH_EXISTS
13010 (0x32D2)

The specified main mode authentication list exists.

ERROR_IPSEC_MM_AUTH_NOT_FOUND
13011 (0x32D3)

The specified main mode authentication list was not found.

ERROR_IPSEC_MM_AUTH_IN_USE
13012 (0x32D4)

The specified main mode authentication list is being used.

ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
13013 (0x32D5)

The specified default main mode policy was not found.

ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
13014 (0x32D6)

The specified default main mode authentication list was not found.

ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
13015 (0x32D7)

The specified default quick mode policy was not found.

ERROR_IPSEC_TUNNEL_FILTER_EXISTS
13016 (0x32D8)

The specified tunnel mode filter exists.

ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
13017 (0x32D9)

The specified tunnel mode filter was not found.

ERROR_IPSEC_MM_FILTER_PENDING_DELETION
13018 (0x32DA)

The Main Mode filter is pending deletion.

ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
13019 (0x32DB)

The transport filter is pending deletion.

ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
13020 (0x32DC)

The tunnel filter is pending deletion.

ERROR_IPSEC_MM_POLICY_PENDING_DELETION
13021 (0x32DD)

The Main Mode policy is pending deletion.

ERROR_IPSEC_MM_AUTH_PENDING_DELETION
13022 (0x32DE)

The Main Mode authentication bundle is pending deletion.

ERROR_IPSEC_QM_POLICY_PENDING_DELETION
13023 (0x32DF)

The Quick Mode policy is pending deletion.

WARNING_IPSEC_MM_POLICY_PRUNED
13024 (0x32E0)

The Main Mode policy was successfully added, but some of the requested offers are not supported.

WARNING_IPSEC_QM_POLICY_PRUNED
13025 (0x32E1)

The Quick Mode policy was successfully added, but some of the requested offers are not supported.

ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
13800 (0x35E8)

ERROR_IPSEC_IKE_NEG_STATUS_BEGIN

ERROR_IPSEC_IKE_AUTH_FAIL
13801 (0x35E9)

IKE authentication credentials are unacceptable

ERROR_IPSEC_IKE_ATTRIB_FAIL
13802 (0x35EA)

IKE security attributes are unacceptable

ERROR_IPSEC_IKE_NEGOTIATION_PENDING
13803 (0x35EB)

IKE Negotiation in progress

ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
13804 (0x35EC)

General processing error

ERROR_IPSEC_IKE_TIMED_OUT
13805 (0x35ED)

Negotiation timed out

ERROR_IPSEC_IKE_NO_CERT
13806 (0x35EE)

IKE failed to find valid machine certificate. Contact your Network Security Administrator about installing a valid certificate in the appropriate Certificate Store.

ERROR_IPSEC_IKE_SA_DELETED
13807 (0x35EF)

IKE SA deleted by peer before establishment completed

ERROR_IPSEC_IKE_SA_REAPED
13808 (0x35F0)

IKE SA deleted before establishment completed

ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
13809 (0x35F1)

Negotiation request sat in Queue too long

ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
13810 (0x35F2)

Negotiation request sat in Queue too long

ERROR_IPSEC_IKE_QUEUE_DROP_MM
13811 (0x35F3)

Negotiation request sat in Queue too long

ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
13812 (0x35F4)

Negotiation request sat in Queue too long

ERROR_IPSEC_IKE_DROP_NO_RESPONSE
13813 (0x35F5)

No response from peer

ERROR_IPSEC_IKE_MM_DELAY_DROP
13814 (0x35F6)

Negotiation took too long

ERROR_IPSEC_IKE_QM_DELAY_DROP
13815 (0x35F7)

Negotiation took too long

ERROR_IPSEC_IKE_ERROR
13816 (0x35F8)

Unknown error occurred

ERROR_IPSEC_IKE_CRL_FAILED
13817 (0x35F9)

Certificate Revocation Check failed

ERROR_IPSEC_IKE_INVALID_KEY_USAGE
13818 (0x35FA)

Invalid certificate key usage

ERROR_IPSEC_IKE_INVALID_CERT_TYPE
13819 (0x35FB)

Invalid certificate type

ERROR_IPSEC_IKE_NO_PRIVATE_KEY
13820 (0x35FC)

IKE negotiation failed because the machine certificate used does not have a private key. IPsec certificates require a private key. Contact your Network Security administrator about replacing with a certificate that has a private key.

ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY
13821 (0x35FD)

Simultaneous rekeys were detected.

ERROR_IPSEC_IKE_DH_FAIL
13822 (0x35FE)

Failure in Diffie-Hellman computation

ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED
13823 (0x35FF)

Don't know how to process critical payload

ERROR_IPSEC_IKE_INVALID_HEADER
13824 (0x3600)

Invalid header

ERROR_IPSEC_IKE_NO_POLICY
13825 (0x3601)

No policy configured

ERROR_IPSEC_IKE_INVALID_SIGNATURE
13826 (0x3602)

Failed to verify signature

ERROR_IPSEC_IKE_KERBEROS_ERROR
13827 (0x3603)

Failed to authenticate using Kerberos

ERROR_IPSEC_IKE_NO_PUBLIC_KEY
13828 (0x3604)

Peer's certificate did not have a public key

ERROR_IPSEC_IKE_PROCESS_ERR
13829 (0x3605)

Error processing error payload

ERROR_IPSEC_IKE_PROCESS_ERR_SA
13830 (0x3606)

Error processing SA payload

ERROR_IPSEC_IKE_PROCESS_ERR_PROP
13831 (0x3607)

Error processing Proposal payload

ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
13832 (0x3608)

Error processing Transform payload

ERROR_IPSEC_IKE_PROCESS_ERR_KE
13833 (0x3609)

Error processing KE payload

ERROR_IPSEC_IKE_PROCESS_ERR_ID
13834 (0x360A)

Error processing ID payload

ERROR_IPSEC_IKE_PROCESS_ERR_CERT
13835 (0x360B)

Error processing Cert payload

ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
13836 (0x360C)

Error processing Certificate Request payload

ERROR_IPSEC_IKE_PROCESS_ERR_HASH
13837 (0x360D)

Error processing Hash payload

ERROR_IPSEC_IKE_PROCESS_ERR_SIG
13838 (0x360E)

Error processing Signature payload

ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
13839 (0x360F)

Error processing Nonce payload

ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
13840 (0x3610)

Error processing Notify payload

ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
13841 (0x3611)

Error processing Delete Payload

ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
13842 (0x3612)

Error processing VendorId payload

ERROR_IPSEC_IKE_INVALID_PAYLOAD
13843 (0x3613)

Invalid payload received

ERROR_IPSEC_IKE_LOAD_SOFT_SA
13844 (0x3614)

Soft SA loaded

ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
13845 (0x3615)

Soft SA torn down

ERROR_IPSEC_IKE_INVALID_COOKIE
13846 (0x3616)

Invalid cookie received.

ERROR_IPSEC_IKE_NO_PEER_CERT
13847 (0x3617)

Peer failed to send valid machine certificate

ERROR_IPSEC_IKE_PEER_CRL_FAILED
13848 (0x3618)

Certification Revocation check of peer's certificate failed

ERROR_IPSEC_IKE_POLICY_CHANGE
13849 (0x3619)

New policy invalidated SAs formed with old policy

ERROR_IPSEC_IKE_NO_MM_POLICY
13850 (0x361A)

There is no available Main Mode IKE policy.

ERROR_IPSEC_IKE_NOTCBPRIV
13851 (0x361B)

Failed to enabled TCB privilege.

ERROR_IPSEC_IKE_SECLOADFAIL
13852 (0x361C)

Failed to load SECURITY.DLL.

ERROR_IPSEC_IKE_FAILSSPINIT
13853 (0x361D)

Failed to obtain security function table dispatch address from SSPI.

ERROR_IPSEC_IKE_FAILQUERYSSP
13854 (0x361E)

Failed to query Kerberos package to obtain max token size.

ERROR_IPSEC_IKE_SRVACQFAIL
13855 (0x361F)

Failed to obtain Kerberos server credentials for ISAKMP/ERROR_IPSEC_IKE service. Kerberos authentication will not function. The most likely reason for this is lack of domain membership. This is normal if your computer is a member of a workgroup.

ERROR_IPSEC_IKE_SRVQUERYCRED
13856 (0x3620)

Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service (QueryCredentialsAttributes).

ERROR_IPSEC_IKE_GETSPIFAIL
13857 (0x3621)

Failed to obtain new SPI for the inbound SA from Ipsec driver. The most common cause for this is that the driver does not have the correct filter. Check your policy to verify the filters.

ERROR_IPSEC_IKE_INVALID_FILTER
13858 (0x3622)

Given filter is invalid

ERROR_IPSEC_IKE_OUT_OF_MEMORY
13859 (0x3623)

Memory allocation failed.

ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
13860 (0x3624)

Failed to add Security Association to IPSec Driver. The most common cause for this is if the IKE negotiation took too long to complete. If the problem persists, reduce the load on the faulting machine.

ERROR_IPSEC_IKE_INVALID_POLICY
13861 (0x3625)

Invalid policy

ERROR_IPSEC_IKE_UNKNOWN_DOI
13862 (0x3626)

Invalid DOI

ERROR_IPSEC_IKE_INVALID_SITUATION
13863 (0x3627)

Invalid situation

ERROR_IPSEC_IKE_DH_FAILURE
13864 (0x3628)

Diffie-Hellman failure

ERROR_IPSEC_IKE_INVALID_GROUP
13865 (0x3629)

Invalid Diffie-Hellman group

ERROR_IPSEC_IKE_ENCRYPT
13866 (0x362A)

Error encrypting payload

ERROR_IPSEC_IKE_DECRYPT
13867 (0x362B)

Error decrypting payload

ERROR_IPSEC_IKE_POLICY_MATCH
13868 (0x362C)

Policy match error

ERROR_IPSEC_IKE_UNSUPPORTED_ID
13869 (0x362D)

Unsupported ID

ERROR_IPSEC_IKE_INVALID_HASH
13870 (0x362E)

Hash verification failed

ERROR_IPSEC_IKE_INVALID_HASH_ALG
13871 (0x362F)

Invalid hash algorithm

ERROR_IPSEC_IKE_INVALID_HASH_SIZE
13872 (0x3630)

Invalid hash size

ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
13873 (0x3631)

Invalid encryption algorithm

ERROR_IPSEC_IKE_INVALID_AUTH_ALG
13874 (0x3632)

Invalid authentication algorithm

ERROR_IPSEC_IKE_INVALID_SIG
13875 (0x3633)

Invalid certificate signature

ERROR_IPSEC_IKE_LOAD_FAILED
13876 (0x3634)

Load failed

ERROR_IPSEC_IKE_RPC_DELETE
13877 (0x3635)

Deleted via RPC call

ERROR_IPSEC_IKE_BENIGN_REINIT
13878 (0x3636)

Temporary state created to perform reinit. This is not a real failure.

ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
13879 (0x3637)

The lifetime value received in the Responder Lifetime Notify is below the Windows 2000 configured minimum value. Please fix the policy on the peer machine.

ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION
13880 (0x3638)

The recipient cannot handle version of IKE specified in the header.

ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
13881 (0x3639)

Key length in certificate is too small for configured security requirements.

ERROR_IPSEC_IKE_MM_LIMIT
13882 (0x363A)

Max number of established MM SAs to peer exceeded.

ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
13883 (0x363B)

IKE received a policy that disables negotiation.

ERROR_IPSEC_IKE_QM_LIMIT
13884 (0x363C)

Reached maximum quick mode limit for the main mode. New main mode will be started.

ERROR_IPSEC_IKE_MM_EXPIRED
13885 (0x363D)

Main mode SA lifetime expired or peer sent a main mode delete.

ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID
13886 (0x363E)

Main mode SA assumed to be invalid because peer stopped responding.

ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH
13887 (0x363F)

Certificate doesn't chain to a trusted root in IPsec policy.

ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID
13888 (0x3640)

Received unexpected message ID.

ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD
13889 (0x3641)

Received invalid authentication offers.

ERROR_IPSEC_IKE_DOS_COOKIE_SENT
13890 (0x3642)

Sent DOS cookie notify to initiator.

ERROR_IPSEC_IKE_SHUTTING_DOWN
13891 (0x3643)

IKE service is shutting down.

ERROR_IPSEC_IKE_CGA_AUTH_FAILED
13892 (0x3644)

Could not verify binding between CGA address and certificate.

ERROR_IPSEC_IKE_PROCESS_ERR_NATOA
13893 (0x3645)

Error processing NatOA payload.

ERROR_IPSEC_IKE_INVALID_MM_FOR_QM
13894 (0x3646)

Parameters of the main mode are invalid for this quick mode.

ERROR_IPSEC_IKE_QM_EXPIRED
13895 (0x3647)

Quick mode SA was expired by IPsec driver.

ERROR_IPSEC_IKE_TOO_MANY_FILTERS
13896 (0x3648)

Too many dynamically added IKEEXT filters were detected.

ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL
13898 (0x364A)

NAP reauth succeeded and must delete the dummy NAP IkeV2 tunnel.

ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE
13899 (0x364B)

Error in assigning inner IP address to initiator in tunnel mode.

ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING
13900 (0x364C)

Require configuration payload missing.

ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING
13901 (0x364D)

A negotiation running as the security principle who issued the connection is in progress

ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS
13902 (0x364E)

SA was deleted due to IKEv1/AuthIP co-existence suppress check.

ERROR_IPSEC_IKE_RATELIMIT_DROP
13903 (0x364F)

Incoming SA request was dropped due to peer IP address rate limiting.

ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE
13904 (0x3650)

Peer does not support MOBIKE.

ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE
13905 (0x3651)

SA establishment is not authorized.

ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
13909 (0x3655)

ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END

ERROR_IPSEC_BAD_SPI
13910 (0x3656)

The SPI in the packet does not match a valid IPsec SA.

ERROR_IPSEC_SA_LIFETIME_EXPIRED
13911 (0x3657)

Packet was received on an IPsec SA whose lifetime has expired.

ERROR_IPSEC_WRONG_SA
13912 (0x3658)

Packet was received on an IPsec SA that doesn't match the packet characteristics.

ERROR_IPSEC_REPLAY_CHECK_FAILED
13913 (0x3659)

Packet sequence number replay check failed.

ERROR_IPSEC_INVALID_PACKET
13914 (0x365A)

IPsec header and/or trailer in the packet is invalid.

ERROR_IPSEC_INTEGRITY_CHECK_FAILED
13915 (0x365B)

IPsec integrity check failed.

ERROR_IPSEC_CLEAR_TEXT_DROP
13916 (0x365C)

IPsec dropped a clear text packet.

ERROR_IPSEC_AUTH_FIREWALL_DROP
13917 (0x365D)

IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.

ERROR_IPSEC_THROTTLE_DROP
13918 (0x365E)

IPsec dropped a packet due to DOS throttle.

ERROR_IPSEC_DOSP_BLOCK
13925 (0x3665)

IPsec Dos Protection matched an explicit block rule.

ERROR_IPSEC_DOSP_RECEIVED_MULTICAST
13926 (0x3666)

IPsec Dos Protection received an IPsec specific multicast packet which is not allowed.

ERROR_IPSEC_DOSP_INVALID_PACKET
13927 (0x3667)

IPsec Dos Protection received an incorrectly formatted packet.

ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED
13928 (0x3668)

IPsec Dos Protection failed to lookup state.

ERROR_IPSEC_DOSP_MAX_ENTRIES
13929 (0x3669)

IPsec Dos Protection failed to create state because there are already maximum number of entries allowed by policy.

ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED
13930 (0x366A)

IPsec Dos Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.

ERROR_IPSEC_DOSP_NOT_INSTALLED
13931 (0x366B)

IPsec Dos Protection has not been enabled.

ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES
13932 (0x366C)

IPsec Dos Protection failed to create per internal IP ratelimit queue because there is already maximum number of queues allowed by policy.

ERROR_SXS_SECTION_NOT_FOUND
14000 (0x36B0)

The requested section was not present in the activation context.

ERROR_SXS_CANT_GEN_ACTCTX
14001 (0x36B1)

The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log or use the command-line sxstrace.exe tools for more detail.

ERROR_SXS_INVALID_ACTCTXDATA_FORMAT
14002 (0x36B2)

The application binding data format is invalid.

ERROR_SXS_ASSEMBLY_NOT_FOUND
14003 (0x36B3)

The referenced assembly is not installed on your system.

ERROR_SXS_MANIFEST_FORMAT_ERROR
14004 (0x36B4)

The manifest file does not begin with the required tag and format information.

ERROR_SXS_MANIFEST_PARSE_ERROR
14005 (0x36B5)

The manifest file contains one or more syntax errors.

ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
14006 (0x36B6)

The application attempted to activate a disabled activation context.

ERROR_SXS_KEY_NOT_FOUND
14007 (0x36B7)

The requested lookup key was not found in any active activation context.

ERROR_SXS_VERSION_CONFLICT
14008 (0x36B8)

A component version required by the application conflicts with another component version already active.

ERROR_SXS_WRONG_SECTION_TYPE
14009 (0x36B9)

The type requested activation context section does not match the query API used.

ERROR_SXS_THREAD_QUERIES_DISABLED
14010 (0x36BA)

Lack of system resources has required isolated activation to be disabled for the current thread of execution.

ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
14011 (0x36BB)

An attempt to set the process default activation context failed because the process default activation context was already set.

ERROR_SXS_UNKNOWN_ENCODING_GROUP
14012 (0x36BC)

The encoding group identifier specified is not recognized.

ERROR_SXS_UNKNOWN_ENCODING
14013 (0x36BD)

The encoding requested is not recognized.

ERROR_SXS_INVALID_XML_NAMESPACE_URI
14014 (0x36BE)

The manifest contains a reference to an invalid URI.

ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
14015 (0x36BF)

The application manifest contains a reference to a dependent assembly which is not installed

ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
14016 (0x36C0)

The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed

ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE
14017 (0x36C1)

The manifest contains an attribute for the assembly identity which is not valid.

ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
14018 (0x36C2)

The manifest is missing the required default namespace specification on the assembly element.

ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
14019 (0x36C3)

The manifest has a default namespace specified on the assembly element but its value is not "urn:schemas-microsoft-com:asm.v1".

ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT
14020 (0x36C4)

The private manifest probed has crossed a path with an unsupported reparse point.

ERROR_SXS_DUPLICATE_DLL_NAME
14021 (0x36C5)

Two or more components referenced directly or indirectly by the application manifest have files by the same name.

ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
14022 (0x36C6)

Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.

ERROR_SXS_DUPLICATE_CLSID
14023 (0x36C7)

Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.

ERROR_SXS_DUPLICATE_IID
14024 (0x36C8)

Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.

ERROR_SXS_DUPLICATE_TLBID
14025 (0x36C9)

Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.

ERROR_SXS_DUPLICATE_PROGID
14026 (0x36CA)

Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.

ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
14027 (0x36CB)

Two or more components referenced directly or indirectly by the application manifest are different versions of the same component which is not permitted.

ERROR_SXS_FILE_HASH_MISMATCH
14028 (0x36CC)

A component's file does not match the verification information present in the component manifest.

ERROR_SXS_POLICY_PARSE_ERROR
14029 (0x36CD)

The policy manifest contains one or more syntax errors.

ERROR_SXS_XML_E_MISSINGQUOTE
14030 (0x36CE)

Manifest Parse Error : A string literal was expected, but no opening quote character was found.

ERROR_SXS_XML_E_COMMENTSYNTAX
14031 (0x36CF)

Manifest Parse Error : Incorrect syntax was used in a comment.

ERROR_SXS_XML_E_BADSTARTNAMECHAR
14032 (0x36D0)

Manifest Parse Error : A name was started with an invalid character.

ERROR_SXS_XML_E_BADNAMECHAR
14033 (0x36D1)

Manifest Parse Error : A name contained an invalid character.

ERROR_SXS_XML_E_BADCHARINSTRING
14034 (0x36D2)

Manifest Parse Error : A string literal contained an invalid character.

ERROR_SXS_XML_E_XMLDECLSYNTAX
14035 (0x36D3)

Manifest Parse Error : Invalid syntax for an xml declaration.

ERROR_SXS_XML_E_BADCHARDATA
14036 (0x36D4)

Manifest Parse Error : An Invalid character was found in text content.

ERROR_SXS_XML_E_MISSINGWHITESPACE
14037 (0x36D5)

Manifest Parse Error : Required white space was missing.

ERROR_SXS_XML_E_EXPECTINGTAGEND
14038 (0x36D6)

Manifest Parse Error : The character '>' was expected.

ERROR_SXS_XML_E_MISSINGSEMICOLON
14039 (0x36D7)

Manifest Parse Error : A semi colon character was expected.

ERROR_SXS_XML_E_UNBALANCEDPAREN
14040 (0x36D8)

Manifest Parse Error : Unbalanced parentheses.

ERROR_SXS_XML_E_INTERNALERROR
14041 (0x36D9)

Manifest Parse Error : Internal error.

ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
14042 (0x36DA)

Manifest Parse Error : Whitespace is not allowed at this location.

ERROR_SXS_XML_E_INCOMPLETE_ENCODING
14043 (0x36DB)

Manifest Parse Error : End of file reached in invalid state for current encoding.

ERROR_SXS_XML_E_MISSING_PAREN
14044 (0x36DC)

Manifest Parse Error : Missing parenthesis.

ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
14045 (0x36DD)

Manifest Parse Error : A single or double closing quote character (\' or \") is missing.

ERROR_SXS_XML_E_MULTIPLE_COLONS
14046 (0x36DE)

Manifest Parse Error : Multiple colons are not allowed in a name.

ERROR_SXS_XML_E_INVALID_DECIMAL
14047 (0x36DF)

Manifest Parse Error : Invalid character for decimal digit.

ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
14048 (0x36E0)

Manifest Parse Error : Invalid character for hexadecimal digit.

ERROR_SXS_XML_E_INVALID_UNICODE
14049 (0x36E1)

Manifest Parse Error : Invalid unicode character value for this platform.

ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
14050 (0x36E2)

Manifest Parse Error : Expecting whitespace or '?'.

ERROR_SXS_XML_E_UNEXPECTEDENDTAG
14051 (0x36E3)

Manifest Parse Error : End tag was not expected at this location.

ERROR_SXS_XML_E_UNCLOSEDTAG
14052 (0x36E4)

Manifest Parse Error : The following tags were not closed: %1.

ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
14053 (0x36E5)

Manifest Parse Error : Duplicate attribute.

ERROR_SXS_XML_E_MULTIPLEROOTS
14054 (0x36E6)

Manifest Parse Error : Only one top level element is allowed in an XML document.

ERROR_SXS_XML_E_INVALIDATROOTLEVEL
14055 (0x36E7)

Manifest Parse Error : Invalid at the top level of the document.

ERROR_SXS_XML_E_BADXMLDECL
14056 (0x36E8)

Manifest Parse Error : Invalid xml declaration.

ERROR_SXS_XML_E_MISSINGROOT
14057 (0x36E9)

Manifest Parse Error : XML document must have a top level element.

ERROR_SXS_XML_E_UNEXPECTEDEOF
14058 (0x36EA)

Manifest Parse Error : Unexpected end of file.

ERROR_SXS_XML_E_BADPEREFINSUBSET
14059 (0x36EB)

Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.

ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
14060 (0x36EC)

Manifest Parse Error : Element was not closed.

ERROR_SXS_XML_E_UNCLOSEDENDTAG
14061 (0x36ED)

Manifest Parse Error : End element was missing the character '>'.

ERROR_SXS_XML_E_UNCLOSEDSTRING
14062 (0x36EE)

Manifest Parse Error : A string literal was not closed.

ERROR_SXS_XML_E_UNCLOSEDCOMMENT
14063 (0x36EF)

Manifest Parse Error : A comment was not closed.

ERROR_SXS_XML_E_UNCLOSEDDECL
14064 (0x36F0)

Manifest Parse Error : A declaration was not closed.

ERROR_SXS_XML_E_UNCLOSEDCDATA
14065 (0x36F1)

Manifest Parse Error : A CDATA section was not closed.

ERROR_SXS_XML_E_RESERVEDNAMESPACE
14066 (0x36F2)

Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".

ERROR_SXS_XML_E_INVALIDENCODING
14067 (0x36F3)

Manifest Parse Error : System does not support the specified encoding.

ERROR_SXS_XML_E_INVALIDSWITCH
14068 (0x36F4)

Manifest Parse Error : Switch from current encoding to specified encoding not supported.

ERROR_SXS_XML_E_BADXMLCASE
14069 (0x36F5)

Manifest Parse Error : The name 'xml' is reserved and must be lower case.

ERROR_SXS_XML_E_INVALID_STANDALONE
14070 (0x36F6)

Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.

ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
14071 (0x36F7)

Manifest Parse Error : The standalone attribute cannot be used in external entities.

ERROR_SXS_XML_E_INVALID_VERSION
14072 (0x36F8)

Manifest Parse Error : Invalid version number.

ERROR_SXS_XML_E_MISSINGEQUALS
14073 (0x36F9)

Manifest Parse Error : Missing equals sign between attribute and attribute value.

ERROR_SXS_PROTECTION_RECOVERY_FAILED
14074 (0x36FA)

Assembly Protection Error : Unable to recover the specified assembly.

ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
14075 (0x36FB)

Assembly Protection Error : The public key for an assembly was too short to be allowed.

ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
14076 (0x36FC)

Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest.

ERROR_SXS_UNTRANSLATABLE_HRESULT
14077 (0x36FD)

An HRESULT could not be translated to a corresponding Win32 error code.

ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
14078 (0x36FE)

Assembly Protection Error : The catalog for an assembly is missing.

ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
14079 (0x36FF)

The supplied assembly identity is missing one or more attributes which must be present in this context.

ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
14080 (0x3700)

The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.

ERROR_SXS_ASSEMBLY_MISSING
14081 (0x3701)

The referenced assembly could not be found.

ERROR_SXS_CORRUPT_ACTIVATION_STACK
14082 (0x3702)

The activation context activation stack for the running thread of execution is corrupt.

ERROR_SXS_CORRUPTION
14083 (0x3703)

The application isolation metadata for this process or thread has become corrupt.

ERROR_SXS_EARLY_DEACTIVATION
14084 (0x3704)

The activation context being deactivated is not the most recently activated one.

ERROR_SXS_INVALID_DEACTIVATION
14085 (0x3705)

The activation context being deactivated is not active for the current thread of execution.

ERROR_SXS_MULTIPLE_DEACTIVATION
14086 (0x3706)

The activation context being deactivated has already been deactivated.

ERROR_SXS_PROCESS_TERMINATION_REQUESTED
14087 (0x3707)

A component used by the isolation facility has requested to terminate the process.

ERROR_SXS_RELEASE_ACTIVATION_CONTEXT
14088 (0x3708)

A kernel mode component is releasing a reference on an activation context.

ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
14089 (0x3709)

The activation context of system default assembly could not be generated.

ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
14090 (0x370A)

The value of an attribute in an identity is not within the legal range.

ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
14091 (0x370B)

The name of an attribute in an identity is not within the legal range.

ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
14092 (0x370C)

An identity contains two definitions for the same attribute.

ERROR_SXS_IDENTITY_PARSE_ERROR
14093 (0x370D)

The identity string is malformed. This may be due to a trailing comma, more than two unnamed attributes, missing attribute name or missing attribute value.

ERROR_MALFORMED_SUBSTITUTION_STRING
14094 (0x370E)

A string containing localized substitutable content was malformed. Either a dollar sign ($) was followed by something other than a left parenthesis or another dollar sign or an substitution's right parenthesis was not found.

ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN
14095 (0x370F)

The public key token does not correspond to the public key specified.

ERROR_UNMAPPED_SUBSTITUTION_STRING
14096 (0x3710)

A substitution string had no mapping.

ERROR_SXS_ASSEMBLY_NOT_LOCKED
14097 (0x3711)

The component must be locked before making the request.

ERROR_SXS_COMPONENT_STORE_CORRUPT
14098 (0x3712)

The component store has been corrupted.

ERROR_ADVANCED_INSTALLER_FAILED
14099 (0x3713)

An advanced installer failed during setup or servicing.

ERROR_XML_ENCODING_MISMATCH
14100 (0x3714)

The character encoding in the XML declaration did not match the encoding used in the document.

ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
14101 (0x3715)

The identities of the manifests are identical but their contents are different.

ERROR_SXS_IDENTITIES_DIFFERENT
14102 (0x3716)

The component identities are different.

ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
14103 (0x3717)

The assembly is not a deployment.

ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY
14104 (0x3718)

The file is not a part of the assembly.

ERROR_SXS_MANIFEST_TOO_BIG
14105 (0x3719)

The size of the manifest exceeds the maximum allowed.

ERROR_SXS_SETTING_NOT_REGISTERED
14106 (0x371A)

The setting is not registered.

ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
14107 (0x371B)

One or more required members of the transaction are not present.

ERROR_SMI_PRIMITIVE_INSTALLER_FAILED
14108 (0x371C)

The SMI primitive installer failed during setup or servicing.

ERROR_GENERIC_COMMAND_FAILED
14109 (0x371D)

A generic command executable returned a result that indicates failure.

ERROR_SXS_FILE_HASH_MISSING
14110 (0x371E)

A component is missing file verification information in its manifest.

ERROR_EVT_INVALID_CHANNEL_PATH
15000 (0x3A98)

The specified channel path is invalid.

ERROR_EVT_INVALID_QUERY
15001 (0x3A99)

The specified query is invalid.

ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND
15002 (0x3A9A)

The publisher metadata cannot be found in the resource.

ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND
15003 (0x3A9B)

The template for an event definition cannot be found in the resource (error = %1).

ERROR_EVT_INVALID_PUBLISHER_NAME
15004 (0x3A9C)

The specified publisher name is invalid.

ERROR_EVT_INVALID_EVENT_DATA
15005 (0x3A9D)

The event data raised by the publisher is not compatible with the event template definition in the publisher's manifest

ERROR_EVT_CHANNEL_NOT_FOUND
15007 (0x3A9F)

The specified channel could not be found. Check channel configuration.

ERROR_EVT_MALFORMED_XML_TEXT
15008 (0x3AA0)

The specified xml text was not well-formed. See Extended Error for more details.

ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL
15009 (0x3AA1)

The caller is trying to subscribe to a direct channel which is not allowed. The events for a direct channel go directly to a logfile and cannot be subscribed to.

ERROR_EVT_CONFIGURATION_ERROR
15010 (0x3AA2)

Configuration error.

ERROR_EVT_QUERY_RESULT_STALE
15011 (0x3AA3)

The query result is stale / invalid. This may be due to the log being cleared or rolling over after the query result was created. Users should handle this code by releasing the query result object and reissuing the query.

ERROR_EVT_QUERY_RESULT_INVALID_POSITION
15012 (0x3AA4)

Query result is currently at an invalid position.

ERROR_EVT_NON_VALIDATING_MSXML
15013 (0x3AA5)

Registered MSXML doesn't support validation.

ERROR_EVT_FILTER_ALREADYSCOPED
15014 (0x3AA6)

An expression can only be followed by a change of scope operation if it itself evaluates to a node set and is not already part of some other change of scope operation.

ERROR_EVT_FILTER_NOTELTSET
15015 (0x3AA7)

Can't perform a step operation from a term that does not represent an element set.

ERROR_EVT_FILTER_INVARG
15016 (0x3AA8)

Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants.

ERROR_EVT_FILTER_INVTEST
15017 (0x3AA9)

A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceding node set can be evaluated.

ERROR_EVT_FILTER_INVTYPE
15018 (0x3AAA)

This data type is currently unsupported.

ERROR_EVT_FILTER_PARSEERR
15019 (0x3AAB)

A syntax error occurred at position %1!d!

ERROR_EVT_FILTER_UNSUPPORTEDOP
15020 (0x3AAC)

This operator is unsupported by this implementation of the filter.

ERROR_EVT_FILTER_UNEXPECTEDTOKEN
15021 (0x3AAD)

The token encountered was unexpected.

ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL
15022 (0x3AAE)

The requested operation cannot be performed over an enabled direct channel. The channel must first be disabled before performing the requested operation.

ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE
15023 (0x3AAF)

Channel property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of channel.

ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE
15024 (0x3AB0)

Publisher property %1!s! contains invalid value. The value has invalid type, is outside of valid range, can't be updated or is not supported by this type of publisher.

ERROR_EVT_CHANNEL_CANNOT_ACTIVATE
15025 (0x3AB1)

The channel fails to activate.

ERROR_EVT_FILTER_TOO_COMPLEX
15026 (0x3AB2)

The xpath expression exceeded supported complexity. Please simplify it or split it into two or more simple expressions.

ERROR_EVT_MESSAGE_NOT_FOUND
15027 (0x3AB3)

The message resource is present but the message is not found in the string/message table.

ERROR_EVT_MESSAGE_ID_NOT_FOUND
15028 (0x3AB4)

The message identifier for the desired message could not be found.

ERROR_EVT_UNRESOLVED_VALUE_INSERT
15029 (0x3AB5)

The substitution string for insert index (%1) could not be found.

ERROR_EVT_UNRESOLVED_PARAMETER_INSERT
15030 (0x3AB6)

The description string for parameter reference (%1) could not be found.

ERROR_EVT_MAX_INSERTS_REACHED
15031 (0x3AB7)

The maximum number of replacements has been reached.

ERROR_EVT_EVENT_DEFINITION_NOT_FOUND
15032 (0x3AB8)

The event definition could not be found for the event identifier (%1).

ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND
15033 (0x3AB9)

The locale specific resource for the desired message is not present.

ERROR_EVT_VERSION_TOO_OLD
15034 (0x3ABA)

The resource is too old to be compatible.

ERROR_EVT_VERSION_TOO_NEW
15035 (0x3ABB)

The resource is too new to be compatible.

ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY
15036 (0x3ABC)

The channel at index %1!d! of the query cannot be opened.

ERROR_EVT_PUBLISHER_DISABLED
15037 (0x3ABD)

The publisher has been disabled and its resource is not available. This usually occurs when the publisher is in the process of being uninstalled or upgraded.

ERROR_EVT_FILTER_OUT_OF_RANGE
15038 (0x3ABE)

Attempted to create a numeric type that is outside of its valid range.

ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE
15080 (0x3AE8)

The subscription fails to activate.

ERROR_EC_LOG_DISABLED
15081 (0x3AE9)

The log of the subscription is in disabled state, and cannot be used to forward events. The log must first be enabled before the subscription can be activated.

ERROR_EC_CIRCULAR_FORWARDING
15082 (0x3AEA)

When forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription.

ERROR_EC_CREDSTORE_FULL
15083 (0x3AEB)

The credential store that is used to save credentials is full.

ERROR_EC_CRED_NOT_FOUND
15084 (0x3AEC)

The credential used by this subscription can't be found in credential store.

ERROR_EC_NO_ACTIVE_CHANNEL
15085 (0x3AED)

No active channel is found for the query.

ERROR_MUI_FILE_NOT_FOUND
15100 (0x3AFC)

The resource loader failed to find MUI file.

ERROR_MUI_INVALID_FILE
15101 (0x3AFD)

The resource loader failed to load MUI file because the file fail to pass validation.

ERROR_MUI_INVALID_RC_CONFIG
15102 (0x3AFE)

The RC Manifest is corrupted with garbage data or unsupported version or missing required item.

ERROR_MUI_INVALID_LOCALE_NAME
15103 (0x3AFF)

The RC Manifest has invalid culture name.

ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
15104 (0x3B00)

The RC Manifest has invalid ultimatefallback name.

ERROR_MUI_FILE_NOT_LOADED
15105 (0x3B01)

The resource loader cache doesn't have loaded MUI entry.

ERROR_RESOURCE_ENUM_USER_STOP
15106 (0x3B02)

User stop resource enumeration.

ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
15107 (0x3B03)

UI language installation failed.

ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME
15108 (0x3B04)

Locale installation failed.

ERROR_MCA_INVALID_CAPABILITIES_STRING
15200 (0x3B60)

The monitor returned a DDC/CI capabilities string that did not comply with the ACCESS.bus 3.0, DDC/CI 1.1, or MCCS 2 Revision 1 specification.

ERROR_MCA_INVALID_VCP_VERSION
15201 (0x3B61)

The monitor's VCP Version (0xDF) VCP code returned an invalid version value.

ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
15202 (0x3B62)

The monitor does not comply with the MCCS specification it claims to supports.

ERROR_MCA_MCCS_VERSION_MISMATCH
15203 (0x3B63)

The MCCS version in a monitor's mccs_ver capability does not match the MCCS version the monitor reports when the VCP Version (0xDF) VCP code is used.

ERROR_MCA_UNSUPPORTED_MCCS_VERSION
15204 (0x3B64)

The Monitor Configuration API only works with monitors that support the MCCS 1.0 specification, MCCS 2.0 specification, or the MCCS 2.0 Revision 1 specification.

ERROR_MCA_INTERNAL_ERROR
15205 (0x3B65)

An internal Monitor Configuration API error occurred.

ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
15206 (0x3B66)

The monitor returned an invalid monitor technology type. CRT, Plasma, and LCD (TFT) are examples of monitor technology types. This error implies that the monitor violated the MCCS 2.0 or the MCCS 2.0 Revision 1 specification.

ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE
15207 (0x3B67)

The caller of SetMonitorColorTemperature specified a color temperature that the current monitor did not support. This error implies that the monitor violated the MCCS 2.0 or the MCCS 2.0 Revision 1 specification.

ERROR_AMBIGUOUS_SYSTEM_DEVICE
15250 (0x3B92)

The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.

ERROR_SYSTEM_DEVICE_NOT_FOUND
15299 (0x3BC3)

The requested system device cannot be found.

ERROR_HASH_NOT_SUPPORTED
15300 (0x3BC4)

Hash generation for the specified version and hash type is not enabled on server.

ERROR_HASH_NOT_PRESENT
15301 (0x3BC5)

The hash requests is not present or not up to date with the current file contents.

Requirements

Minimum supported clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderWinerror.h

See Also

System Error Codes

 

 

Send comments about this topic to Microsoft

Build date: 1/22/2010

Tags :


Page view tracker