NoteThe information on this page is intended to be used by programmers so that the software they write can better deal with errors. If you are an end-user that is 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 tohttp://support.microsoft.com.
The System Error Codes are very broad. Each one can occur in one of many hundreds of locations in the system. Consequently the descriptions of these codes cannot be very specific. Use of these codes requires some amount of investigation and analysis. You need to note both the programmatic and the run-time context in which these errors occur. Because these codes are defined in WinError.h for anyone to use, sometimes the codes are returned by non-system software. Sometimes the code is returned by a function deep in the stack and far removed from your code that is handling the error.
The following list describes system error codes (errors 12000 to 15999). They are returned by theGetLastError 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.
- ERROR_INTERNET_*
-
- 12000 - 12175 (0x2EE0)
-
See Internet Error Codes and WinInet.h.
- 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 reinitialization. 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_NEG_STATUS_END
-
- 13897 (0x3649)
-
ERROR_IPSEC_IKE_NEG_STATUS_END
- 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_STRONG_CRED_AUTHORIZATION_FAILURE
-
- 13906 (0x3652)
-
SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential.
- ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY
-
- 13907 (0x3653)
-
SA establishment is not authorized. You may need to enter updated or different credentials such as a smartcard.
- ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE
-
- 13908 (0x3654)
-
SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential. This might be related to certificate-to-account mapping failure for the SA.
- 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 does not 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 throttling.
- 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 look up state.
- ERROR_IPSEC_DOSP_MAX_ENTRIES
-
- 13929 (0x3669)
-
IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.
- 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 a per internal IP rate limit queue because the maximum number of queues allowed by policy has been reached.
- 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 tool 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 preceeding 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 symplify 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 id 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 event id (%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 can't be opened.
- ERROR_EVT_PUBLISHER_DISABLED
-
- 15037 (0x3ABD)
-
The publisher has been disabled and its resource is not avaiable. 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 can not be used to forward events to. 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 stopped 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_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE
-
- 15110 (0x3B06)
-
A resource does not have default or neutral value.
- ERROR_MRM_INVALID_PRICONFIG
-
- 15111 (0x3B07)
-
Invalid PRI config file.
- ERROR_MRM_INVALID_FILE_TYPE
-
- 15112 (0x3B08)
-
Invalid file type.
- ERROR_MRM_UNKNOWN_QUALIFIER
-
- 15113 (0x3B09)
-
Unknown qualifier.
- ERROR_MRM_INVALID_QUALIFIER_VALUE
-
- 15114 (0x3B0A)
-
Invalid qualifier value.
- ERROR_MRM_NO_CANDIDATE
-
- 15115 (0x3B0B)
-
No Candidate found.
- ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE
-
- 15116 (0x3B0C)
-
The ResourceMap or NamedResource has an item that does not have default or neutral resource..
- ERROR_MRM_RESOURCE_TYPE_MISMATCH
-
- 15117 (0x3B0D)
-
Invalid ResourceCandidate type.
- ERROR_MRM_DUPLICATE_MAP_NAME
-
- 15118 (0x3B0E)
-
Duplicate Resource Map.
- ERROR_MRM_DUPLICATE_ENTRY
-
- 15119 (0x3B0F)
-
Duplicate Entry.
- ERROR_MRM_INVALID_RESOURCE_IDENTIFIER
-
- 15120 (0x3B10)
-
Invalid Resource Identifier.
- ERROR_MRM_FILEPATH_TOO_LONG
-
- 15121 (0x3B11)
-
Filepath too long.
- ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE
-
- 15122 (0x3B12)
-
Unsupported directory type.
- ERROR_MRM_INVALID_PRI_FILE
-
- 15126 (0x3B16)
-
Invalid PRI File.
- ERROR_MRM_NAMED_RESOURCE_NOT_FOUND
-
- 15127 (0x3B17)
-
NamedResource Not Found.
- ERROR_MRM_MAP_NOT_FOUND
-
- 15135 (0x3B1F)
-
ResourceMap Not Found.
- ERROR_MRM_UNSUPPORTED_PROFILE_TYPE
-
- 15136 (0x3B20)
-
Unsupported MRT profile type.
- ERROR_MRM_INVALID_QUALIFIER_OPERATOR
-
- 15137 (0x3B21)
-
Invalid qualifier operator.
- ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE
-
- 15138 (0x3B22)
-
Unable to determine qualifier value or qualifier value has not been set.
- ERROR_MRM_AUTOMERGE_ENABLED
-
- 15139 (0x3B23)
-
Automerge is enabled in the PRI file.
- ERROR_MRM_TOO_MANY_RESOURCES
-
- 15140 (0x3B24)
-
Too many resources defined for package.
- 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 support.
- 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 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 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 hash version and hash type is not enabled on the server.
- ERROR_HASH_NOT_PRESENT
-
- 15301 (0x3BC5)
-
The hash requested from the server is not available or no longer valid.
- ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED
-
- 15321 (0x3BD9)
-
The secondary interrupt controller instance that manages the specified interrupt is not registered.
- ERROR_GPIO_CLIENT_INFORMATION_INVALID
-
- 15322 (0x3BDA)
-
The information supplied by the GPIO client driver is invalid.
- ERROR_GPIO_VERSION_NOT_SUPPORTED
-
- 15323 (0x3BDB)
-
The version specified by the GPIO client driver is not supported.
- ERROR_GPIO_INVALID_REGISTRATION_PACKET
-
- 15324 (0x3BDC)
-
The registration packet supplied by the GPIO client driver is not valid.
- ERROR_GPIO_OPERATION_DENIED
-
- 15325 (0x3BDD)
-
The requested operation is not suppported for the specified handle.
- ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE
-
- 15326 (0x3BDE)
-
The requested connect mode conflicts with an existing mode on one or more of the specified pins.
- ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED
-
- 15327 (0x3BDF)
-
The interrupt requested to be unmasked is not masked.
- ERROR_CANNOT_SWITCH_RUNLEVEL
-
- 15400 (0x3C28)
-
The requested run level switch cannot be completed successfully.
- ERROR_INVALID_RUNLEVEL_SETTING
-
- 15401 (0x3C29)
-
The service has an invalid run level setting. The run level for a service must not be higher than the run level of its dependent services.
- ERROR_RUNLEVEL_SWITCH_TIMEOUT
-
- 15402 (0x3C2A)
-
The requested run level switch cannot be completed successfully since one or more services will not stop or restart within the specified timeout.
- ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT
-
- 15403 (0x3C2B)
-
A run level switch agent did not respond within the specified timeout.
- ERROR_RUNLEVEL_SWITCH_IN_PROGRESS
-
- 15404 (0x3C2C)
-
A run level switch is currently in progress.
- ERROR_SERVICES_FAILED_AUTOSTART
-
- 15405 (0x3C2D)
-
One or more services failed to start during the service startup phase of a run level switch.
- ERROR_COM_TASK_STOP_PENDING
-
- 15501 (0x3C8D)
-
The task stop request cannot be completed immediately since task needs more time to shutdown.
- ERROR_INSTALL_OPEN_PACKAGE_FAILED
-
- 15600 (0x3CF0)
-
Package could not be opened.
- ERROR_INSTALL_PACKAGE_NOT_FOUND
-
- 15601 (0x3CF1)
-
Package was not found.
- ERROR_INSTALL_INVALID_PACKAGE
-
- 15602 (0x3CF2)
-
Package data is invalid.
- ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
-
- 15603 (0x3CF3)
-
Package failed updates, dependency or conflict validation.
- ERROR_INSTALL_OUT_OF_DISK_SPACE
-
- 15604 (0x3CF4)
-
There is not enough disk space on your computer. Please free up some space and try again.
- ERROR_INSTALL_NETWORK_FAILURE
-
- 15605 (0x3CF5)
-
There was a problem downloading your product.
- ERROR_INSTALL_REGISTRATION_FAILURE
-
- 15606 (0x3CF6)
-
Package could not be registered.
- ERROR_INSTALL_DEREGISTRATION_FAILURE
-
- 15607 (0x3CF7)
-
Package could not be unregistered.
- ERROR_INSTALL_CANCEL
-
- 15608 (0x3CF8)
-
User cancelled the install request.
- ERROR_INSTALL_FAILED
-
- 15609 (0x3CF9)
-
Install failed. Please contact your software vendor.
- ERROR_REMOVE_FAILED
-
- 15610 (0x3CFA)
-
Removal failed. Please contact your software vendor.
- ERROR_PACKAGE_ALREADY_EXISTS
-
- 15611 (0x3CFB)
-
The provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
- ERROR_NEEDS_REMEDIATION
-
- 15612 (0x3CFC)
-
The application cannot be started. Try reinstalling the application to fix the problem.
- ERROR_INSTALL_PREREQUISITE_FAILED
-
- 15613 (0x3CFD)
-
A Prerequisite for an install could not be satisfied.
- ERROR_PACKAGE_REPOSITORY_CORRUPTED
-
- 15614 (0x3CFE)
-
The package repository is corrupted.
- ERROR_INSTALL_POLICY_FAILURE
-
- 15615 (0x3CFF)
-
To install this application you need either a Windows developer license or a sideloading-enabled system.
- ERROR_PACKAGE_UPDATING
-
- 15616 (0x3D00)
-
The application cannot be started because it is currently updating.
- ERROR_DEPLOYMENT_BLOCKED_BY_POLICY
-
- 15617 (0x3D01)
-
The package deployment operation is blocked by policy. Please contact your system administrator.
- ERROR_PACKAGES_IN_USE
-
- 15618 (0x3D02)
-
The package could not be installed because resources it modifies are currently in use.
- ERROR_RECOVERY_FILE_CORRUPT
-
- 15619 (0x3D03)
-
The package could not be recovered because necessary data for recovery have been corrupted.
- ERROR_INVALID_STAGED_SIGNATURE
-
- 15620 (0x3D04)
-
The signature is invalid. To register in developer mode, AppxSignature.p7x and AppxBlockMap.xml must be valid or should not be present.
- ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED
-
- 15621 (0x3D05)
-
An error occurred while deleting the package's previously existing application data.
- ERROR_INSTALL_PACKAGE_DOWNGRADE
-
- 15622 (0x3D06)
-
The package could not be installed because a higher version of this package is already installed.
- ERROR_SYSTEM_NEEDS_REMEDIATION
-
- 15623 (0x3D07)
-
An error in a system binary was detected. Try refreshing the PC to fix the problem.
- ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN
-
- 15624 (0x3D08)
-
A corrupted CLR NGEN binary was detected on the system.
- ERROR_RESILIENCY_FILE_CORRUPT
-
- 15625 (0x3D09)
-
The operation could not be resumed because necessary data for recovery have been corrupted.
- ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING
-
- 15626 (0x3D0A)
-
The package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again.
- APPMODEL_ERROR_NO_PACKAGE
-
- 15700 (0x3D54)
-
The process has no package identity.
- APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT
-
- 15701 (0x3D55)
-
The package runtime information is corrupted.
- APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT
-
- 15702 (0x3D56)
-
The package identity is corrupted.
- APPMODEL_ERROR_NO_APPLICATION
-
- 15703 (0x3D57)
-
The process has no application identity.
- ERROR_STATE_LOAD_STORE_FAILED
-
- 15800 (0x3DB8)
-
Loading the state store failed.
- ERROR_STATE_GET_VERSION_FAILED
-
- 15801 (0x3DB9)
-
Retrieving the state version for the application failed.
- ERROR_STATE_SET_VERSION_FAILED
-
- 15802 (0x3DBA)
-
Setting the state version for the application failed.
- ERROR_STATE_STRUCTURED_RESET_FAILED
-
- 15803 (0x3DBB)
-
Resetting the structured state of the application failed.
- ERROR_STATE_OPEN_CONTAINER_FAILED
-
- 15804 (0x3DBC)
-
State Manager failed to open the container.
- ERROR_STATE_CREATE_CONTAINER_FAILED
-
- 15805 (0x3DBD)
-
State Manager failed to create the container.
- ERROR_STATE_DELETE_CONTAINER_FAILED
-
- 15806 (0x3DBE)
-
State Manager failed to delete the container.
- ERROR_STATE_READ_SETTING_FAILED
-
- 15807 (0x3DBF)
-
State Manager failed to read the setting.
- ERROR_STATE_WRITE_SETTING_FAILED
-
- 15808 (0x3DC0)
-
State Manager failed to write the setting.
- ERROR_STATE_DELETE_SETTING_FAILED
-
- 15809 (0x3DC1)
-
State Manager failed to delete the setting.
- ERROR_STATE_QUERY_SETTING_FAILED
-
- 15810 (0x3DC2)
-
State Manager failed to query the setting.
- ERROR_STATE_READ_COMPOSITE_SETTING_FAILED
-
- 15811 (0x3DC3)
-
State Manager failed to read the composite setting.
- ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED
-
- 15812 (0x3DC4)
-
State Manager failed to write the composite setting.
- ERROR_STATE_ENUMERATE_CONTAINER_FAILED
-
- 15813 (0x3DC5)
-
State Manager failed to enumerate the containers.
- ERROR_STATE_ENUMERATE_SETTINGS_FAILED
-
- 15814 (0x3DC6)
-
State Manager failed to enumerate the settings.
- ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
-
- 15815 (0x3DC7)
-
The size of the state manager composite setting value has exceeded the limit.
- ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
-
- 15816 (0x3DC8)
-
The size of the state manager setting value has exceeded the limit.
- ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED
-
- 15817 (0x3DC9)
-
The length of the state manager setting name has exceeded the limit.
- ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED
-
- 15818 (0x3DCA)
-
The length of the state manager container name has exceeded the limit.
- ERROR_API_UNAVAILABLE
-
- 15841 (0x3DE1)
-
This API cannot be used in the context of the caller's application type.
Suggestions?
If you have additional suggestions regarding the System Error Codes documentation, given the constraints enumerated at the top of the page, please click the link labeled "Send comments about this topic to Microsoft" below. We appreciate the input.
Requirements
Minimum supported client |
Windows XP [desktop apps only] |
---|---|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|
See also
- System Error Codes
Send comments about this topic to Microsoft
Build date: 10/26/2012