New Post has been published on OS-STORE Blog
New Post has been published on http://blog.os-store.com/microsoft-system-error-codes-12000-15999-introduced/
Microsoft System Error Codes (12000-15999) introduced
The 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.
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 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.
See Internet Error Codes and WinInet.h.
ERROR_IPSEC_QM_POLICY_EXISTS
The specified quick mode policy already exists.
ERROR_IPSEC_QM_POLICY_NOT_FOUND
The specified quick mode policy was not found.
ERROR_IPSEC_QM_POLICY_IN_USE
The specified quick mode policy is being used.
ERROR_IPSEC_MM_POLICY_EXISTS
The specified main mode policy already exists.
ERROR_IPSEC_MM_POLICY_NOT_FOUND
The specified main mode policy was not found.
ERROR_IPSEC_MM_POLICY_IN_USE
The specified main mode policy is being used.
ERROR_IPSEC_MM_FILTER_EXISTS
The specified main mode filter already exists.
ERROR_IPSEC_MM_FILTER_NOT_FOUND
The specified main mode filter was not found.
ERROR_IPSEC_TRANSPORT_FILTER_EXISTS
The specified transport mode filter already exists.
ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND
The specified transport mode filter does not exist.
ERROR_IPSEC_MM_AUTH_EXISTS
The specified main mode authentication list exists.
ERROR_IPSEC_MM_AUTH_NOT_FOUND
The specified main mode authentication list was not found.
ERROR_IPSEC_MM_AUTH_IN_USE
The specified main mode authentication list is being used.
ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND
The specified default main mode policy was not found.
ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND
The specified default main mode authentication list was not found.
ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND
The specified default quick mode policy was not found.
ERROR_IPSEC_TUNNEL_FILTER_EXISTS
The specified tunnel mode filter exists.
ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND
The specified tunnel mode filter was not found.
ERROR_IPSEC_MM_FILTER_PENDING_DELETION
The Main Mode filter is pending deletion.
ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION
The transport filter is pending deletion.
ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION
The tunnel filter is pending deletion.
ERROR_IPSEC_MM_POLICY_PENDING_DELETION
The Main Mode policy is pending deletion.
ERROR_IPSEC_MM_AUTH_PENDING_DELETION
The Main Mode authentication bundle is pending deletion.
ERROR_IPSEC_QM_POLICY_PENDING_DELETION
The Quick Mode policy is pending deletion.
WARNING_IPSEC_MM_POLICY_PRUNED
The Main Mode policy was successfully added, but some of the requested offers are not supported.
WARNING_IPSEC_QM_POLICY_PRUNED
The Quick Mode policy was successfully added, but some of the requested offers are not supported.
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
ERROR_IPSEC_IKE_AUTH_FAIL
IKE authentication credentials are unacceptable.
ERROR_IPSEC_IKE_ATTRIB_FAIL
IKE security attributes are unacceptable.
ERROR_IPSEC_IKE_NEGOTIATION_PENDING
IKE Negotiation in progress.
ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR
General processing error.
ERROR_IPSEC_IKE_TIMED_OUT
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
IKE SA deleted by peer before establishment completed.
ERROR_IPSEC_IKE_SA_REAPED
IKE SA deleted before establishment completed.
ERROR_IPSEC_IKE_MM_ACQUIRE_DROP
Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_QM_ACQUIRE_DROP
Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_QUEUE_DROP_MM
Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM
Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_DROP_NO_RESPONSE
ERROR_IPSEC_IKE_MM_DELAY_DROP
Negotiation took too long.
ERROR_IPSEC_IKE_QM_DELAY_DROP
Negotiation took too long.
ERROR_IPSEC_IKE_CRL_FAILED
Certificate Revocation Check failed.
ERROR_IPSEC_IKE_INVALID_KEY_USAGE
Invalid certificate key usage.
ERROR_IPSEC_IKE_INVALID_CERT_TYPE
Invalid certificate type.
ERROR_IPSEC_IKE_NO_PRIVATE_KEY
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
Simultaneous rekeys were detected.
Failure in Diffie-Hellman computation.
ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED
Donât know how to process critical payload.
ERROR_IPSEC_IKE_INVALID_HEADER
ERROR_IPSEC_IKE_NO_POLICY
ERROR_IPSEC_IKE_INVALID_SIGNATURE
Failed to verify signature.
ERROR_IPSEC_IKE_KERBEROS_ERROR
Failed to authenticate using Kerberos.
ERROR_IPSEC_IKE_NO_PUBLIC_KEY
Peerâs certificate did not have a public key.
ERROR_IPSEC_IKE_PROCESS_ERR
Error processing error payload.
ERROR_IPSEC_IKE_PROCESS_ERR_SA
Error processing SA payload.
ERROR_IPSEC_IKE_PROCESS_ERR_PROP
Error processing Proposal payload.
ERROR_IPSEC_IKE_PROCESS_ERR_TRANS
Error processing Transform payload.
ERROR_IPSEC_IKE_PROCESS_ERR_KE
Error processing KE payload.
ERROR_IPSEC_IKE_PROCESS_ERR_ID
Error processing ID payload.
ERROR_IPSEC_IKE_PROCESS_ERR_CERT
Error processing Cert payload.
ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ
Error processing Certificate Request payload.
ERROR_IPSEC_IKE_PROCESS_ERR_HASH
Error processing Hash payload.
ERROR_IPSEC_IKE_PROCESS_ERR_SIG
Error processing Signature payload.
ERROR_IPSEC_IKE_PROCESS_ERR_NONCE
Error processing Nonce payload.
ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY
Error processing Notify payload.
ERROR_IPSEC_IKE_PROCESS_ERR_DELETE
Error processing Delete Payload.
ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR
Error processing VendorId payload.
ERROR_IPSEC_IKE_INVALID_PAYLOAD
Invalid payload received.
ERROR_IPSEC_IKE_LOAD_SOFT_SA
ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN
ERROR_IPSEC_IKE_INVALID_COOKIE
ERROR_IPSEC_IKE_NO_PEER_CERT
Peer failed to send valid machine certificate.
ERROR_IPSEC_IKE_PEER_CRL_FAILED
Certification Revocation check of peerâs certificate failed.
ERROR_IPSEC_IKE_POLICY_CHANGE
New policy invalidated SAs formed with old policy.
ERROR_IPSEC_IKE_NO_MM_POLICY
There is no available Main Mode IKE policy.
ERROR_IPSEC_IKE_NOTCBPRIV
Failed to enabled TCB privilege.
ERROR_IPSEC_IKE_SECLOADFAIL
Failed to load SECURITY.DLL.
ERROR_IPSEC_IKE_FAILSSPINIT
Failed to obtain security function table dispatch address from SSPI.
ERROR_IPSEC_IKE_FAILQUERYSSP
Failed to query Kerberos package to obtain max token size.
ERROR_IPSEC_IKE_SRVACQFAIL
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
Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service
ERROR_IPSEC_IKE_GETSPIFAIL
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
ERROR_IPSEC_IKE_OUT_OF_MEMORY
Memory allocation failed.
ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED
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
ERROR_IPSEC_IKE_UNKNOWN_DOI
ERROR_IPSEC_IKE_INVALID_SITUATION
ERROR_IPSEC_IKE_DH_FAILURE
ERROR_IPSEC_IKE_INVALID_GROUP
Invalid Diffie-Hellman group.
Error encrypting payload.
Error decrypting payload.
ERROR_IPSEC_IKE_POLICY_MATCH
ERROR_IPSEC_IKE_UNSUPPORTED_ID
ERROR_IPSEC_IKE_INVALID_HASH
Hash verification failed.
ERROR_IPSEC_IKE_INVALID_HASH_ALG
ERROR_IPSEC_IKE_INVALID_HASH_SIZE
ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG
Invalid encryption algorithm.
ERROR_IPSEC_IKE_INVALID_AUTH_ALG
Invalid authentication algorithm.
ERROR_IPSEC_IKE_INVALID_SIG
Invalid certificate signature.
ERROR_IPSEC_IKE_LOAD_FAILED
ERROR_IPSEC_IKE_RPC_DELETE
ERROR_IPSEC_IKE_BENIGN_REINIT
Temporary state created to perform reinitialization. This is not a real failure.
ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY
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
The recipient cannot handle version of IKE specified in the header.
ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN
Key length in certificate is too small for configured security requirements.
Max number of established MM SAs to peer exceeded.
ERROR_IPSEC_IKE_NEGOTIATION_DISABLED
IKE received a policy that disables negotiation.
Reached maximum quick mode limit for the main mode. New main mode will be started.
ERROR_IPSEC_IKE_MM_EXPIRED
Main mode SA lifetime expired or peer sent a main mode delete.
ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID
Main mode SA assumed to be invalid because peer stopped responding.
ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH
Certificate doesnât chain to a trusted root in IPsec policy.
ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID
Received unexpected message ID.
ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD
Received invalid authentication offers.
ERROR_IPSEC_IKE_DOS_COOKIE_SENT
Sent DoS cookie notify to initiator.
ERROR_IPSEC_IKE_SHUTTING_DOWN
IKE service is shutting down.
ERROR_IPSEC_IKE_CGA_AUTH_FAILED
Could not verify binding between CGA address and certificate.
ERROR_IPSEC_IKE_PROCESS_ERR_NATOA
Error processing NatOA payload.
ERROR_IPSEC_IKE_INVALID_MM_FOR_QM
Parameters of the main mode are invalid for this quick mode.
ERROR_IPSEC_IKE_QM_EXPIRED
Quick mode SA was expired by IPsec driver.
ERROR_IPSEC_IKE_TOO_MANY_FILTERS
Too many dynamically added IKEEXT filters were detected.
ERROR_IPSEC_IKE_NEG_STATUS_END
ERROR_IPSEC_IKE_NEG_STATUS_END
ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL
NAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel.
ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE
Error in assigning inner IP address to initiator in tunnel mode.
ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING
Require configuration payload missing.
ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING
A negotiation running as the security principle who issued the connection is in progress.
ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS
SA was deleted due to IKEv1/AuthIP co-existence suppress check.
ERROR_IPSEC_IKE_RATELIMIT_DROP
Incoming SA request was dropped due to peer IP address rate limiting.
ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE
Peer does not support MOBIKE.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE
SA establishment is not authorized.
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE
SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY
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
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
ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
The SPI in the packet does not match a valid IPsec SA.
ERROR_IPSEC_SA_LIFETIME_EXPIRED
Packet was received on an IPsec SA whose lifetime has expired.
Packet was received on an IPsec SA that does not match the packet characteristics.
ERROR_IPSEC_REPLAY_CHECK_FAILED
Packet sequence number replay check failed.
ERROR_IPSEC_INVALID_PACKET
IPsec header and/or trailer in the packet is invalid.
ERROR_IPSEC_INTEGRITY_CHECK_FAILED
IPsec integrity check failed.
ERROR_IPSEC_CLEAR_TEXT_DROP
IPsec dropped a clear text packet.
ERROR_IPSEC_AUTH_FIREWALL_DROP
IPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
ERROR_IPSEC_THROTTLE_DROP
IPsec dropped a packet due to DoS throttling.
IPsec DoS Protection matched an explicit block rule.
ERROR_IPSEC_DOSP_RECEIVED_MULTICAST
IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.
ERROR_IPSEC_DOSP_INVALID_PACKET
IPsec DoS Protection received an incorrectly formatted packet.
ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED
IPsec DoS Protection failed to look up state.
ERROR_IPSEC_DOSP_MAX_ENTRIES
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
IPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
ERROR_IPSEC_DOSP_NOT_INSTALLED
IPsec DoS Protection has not been enabled.
ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES
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
The requested section was not present in the activation context.
ERROR_SXS_CANT_GEN_ACTCTX
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
The application binding data format is invalid.
ERROR_SXS_ASSEMBLY_NOT_FOUND
The referenced assembly is not installed on your system.
ERROR_SXS_MANIFEST_FORMAT_ERROR
The manifest file does not begin with the required tag and format information.
ERROR_SXS_MANIFEST_PARSE_ERROR
The manifest file contains one or more syntax errors.
ERROR_SXS_ACTIVATION_CONTEXT_DISABLED
The application attempted to activate a disabled activation context.
The requested lookup key was not found in any active activation context.
ERROR_SXS_VERSION_CONFLICT
A component version required by the application conflicts with another component version already active.
ERROR_SXS_WRONG_SECTION_TYPE
The type requested activation context section does not match the query API used.
ERROR_SXS_THREAD_QUERIES_DISABLED
Lack of system resources has required isolated activation to be disabled for the current thread of execution.
ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET
An attempt to set the process default activation context failed because the process default activation context was already set.
ERROR_SXS_UNKNOWN_ENCODING_GROUP
The encoding group identifier specified is not recognized.
ERROR_SXS_UNKNOWN_ENCODING
The encoding requested is not recognized.
ERROR_SXS_INVALID_XML_NAMESPACE_URI
The manifest contains a reference to an invalid URI.
ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED
The application manifest contains a reference to a dependent assembly which is not installed.
ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED
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
The manifest contains an attribute for the assembly identity which is not valid.
ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE
The manifest is missing the required default namespace specification on the assembly element.
ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE
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
The private manifest probed has crossed a path with an unsupported reparse point.
ERROR_SXS_DUPLICATE_DLL_NAME
Two or more components referenced directly or indirectly by the application manifest have files by the same name.
ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME
Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
ERROR_SXS_DUPLICATE_CLSID
Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
ERROR_SXS_DUPLICATE_TLBID
Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
ERROR_SXS_DUPLICATE_PROGID
Two or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
ERROR_SXS_DUPLICATE_ASSEMBLY_NAME
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
A componentâs file does not match the verification information present in the component manifest.
ERROR_SXS_POLICY_PARSE_ERROR
The policy manifest contains one or more syntax errors.
ERROR_SXS_XML_E_MISSINGQUOTE
Manifest Parse Error : A string literal was expected, but no opening quote character was found.
ERROR_SXS_XML_E_COMMENTSYNTAX
Manifest Parse Error : Incorrect syntax was used in a comment.
ERROR_SXS_XML_E_BADSTARTNAMECHAR
Manifest Parse Error : A name was started with an invalid character.
ERROR_SXS_XML_E_BADNAMECHAR
Manifest Parse Error : A name contained an invalid character.
ERROR_SXS_XML_E_BADCHARINSTRING
Manifest Parse Error : A string literal contained an invalid character.
ERROR_SXS_XML_E_XMLDECLSYNTAX
Manifest Parse Error : Invalid syntax for an xml declaration.
ERROR_SXS_XML_E_BADCHARDATA
Manifest Parse Error : An Invalid character was found in text content.
ERROR_SXS_XML_E_MISSINGWHITESPACE
Manifest Parse Error : Required white space was missing.
ERROR_SXS_XML_E_EXPECTINGTAGEND
Manifest Parse Error : The character â>â was expected.
ERROR_SXS_XML_E_MISSINGSEMICOLON
Manifest Parse Error : A semi colon character was expected.
ERROR_SXS_XML_E_UNBALANCEDPAREN
Manifest Parse Error : Unbalanced parentheses.
ERROR_SXS_XML_E_INTERNALERROR
Manifest Parse Error : Internal error.
ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
Manifest Parse Error : Whitespace is not allowed at this location.
ERROR_SXS_XML_E_INCOMPLETE_ENCODING
Manifest Parse Error : End of file reached in invalid state for current encoding.
ERROR_SXS_XML_E_MISSING_PAREN
Manifest Parse Error : Missing parenthesis.
ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
Manifest Parse Error : A single or double closing quote character (\â or \â) is missing.
ERROR_SXS_XML_E_MULTIPLE_COLONS
Manifest Parse Error : Multiple colons are not allowed in a name.
ERROR_SXS_XML_E_INVALID_DECIMAL
Manifest Parse Error : Invalid character for decimal digit.
ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
Manifest Parse Error : Invalid character for hexadecimal digit.
ERROR_SXS_XML_E_INVALID_UNICODE
Manifest Parse Error : Invalid unicode character value for this platform.
ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
Manifest Parse Error : Expecting whitespace or â?â.
ERROR_SXS_XML_E_UNEXPECTEDENDTAG
Manifest Parse Error : End tag was not expected at this location.
ERROR_SXS_XML_E_UNCLOSEDTAG
Manifest Parse Error : The following tags were not closed: %1.
ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
Manifest Parse Error : Duplicate attribute.
ERROR_SXS_XML_E_MULTIPLEROOTS
Manifest Parse Error : Only one top level element is allowed in an XML document.
ERROR_SXS_XML_E_INVALIDATROOTLEVEL
Manifest Parse Error : Invalid at the top level of the document.
ERROR_SXS_XML_E_BADXMLDECL
Manifest Parse Error : Invalid xml declaration.
ERROR_SXS_XML_E_MISSINGROOT
Manifest Parse Error : XML document must have a top level element.
ERROR_SXS_XML_E_UNEXPECTEDEOF
Manifest Parse Error : Unexpected end of file.
ERROR_SXS_XML_E_BADPEREFINSUBSET
Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
Manifest Parse Error : Element was not closed.
ERROR_SXS_XML_E_UNCLOSEDENDTAG
Manifest Parse Error : End element was missing the character â>â.
ERROR_SXS_XML_E_UNCLOSEDSTRING
Manifest Parse Error : A string literal was not closed.
ERROR_SXS_XML_E_UNCLOSEDCOMMENT
Manifest Parse Error : A comment was not closed.
ERROR_SXS_XML_E_UNCLOSEDDECL
Manifest Parse Error : A declaration was not closed.
ERROR_SXS_XML_E_UNCLOSEDCDATA
Manifest Parse Error : A CDATA section was not closed.
ERROR_SXS_XML_E_RESERVEDNAMESPACE
Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string âxmlâ.
ERROR_SXS_XML_E_INVALIDENCODING
Manifest Parse Error : System does not support the specified encoding.
ERROR_SXS_XML_E_INVALIDSWITCH
Manifest Parse Error : Switch from current encoding to specified encoding not supported.
ERROR_SXS_XML_E_BADXMLCASE
Manifest Parse Error : The name âxmlâ is reserved and must be lower case.
ERROR_SXS_XML_E_INVALID_STANDALONE
Manifest Parse Error : The standalone attribute must have the value âyesâ or ânoâ.
ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
Manifest Parse Error : The standalone attribute cannot be used in external entities.
ERROR_SXS_XML_E_INVALID_VERSION
Manifest Parse Error : Invalid version number.
ERROR_SXS_XML_E_MISSINGEQUALS
Manifest Parse Error : Missing equals sign between attribute and attribute value.
ERROR_SXS_PROTECTION_RECOVERY_FAILED
Assembly Protection Error : Unable to recover the specified assembly.
ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT
Assembly Protection Error : The public key for an assembly was too short to be allowed.
ERROR_SXS_PROTECTION_CATALOG_NOT_VALID
Assembly Protection Error : The catalog for an assembly is not valid, or does not match the assemblyâs manifest.
ERROR_SXS_UNTRANSLATABLE_HRESULT
An HRESULT could not be translated to a corresponding Win32 error code.
ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING
Assembly Protection Error : The catalog for an assembly is missing.
ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE
The supplied assembly identity is missing one or more attributes which must be present in this context.
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME
The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
ERROR_SXS_ASSEMBLY_MISSING
The referenced assembly could not be found.
ERROR_SXS_CORRUPT_ACTIVATION_STACK
The activation context activation stack for the running thread of execution is corrupt.
The application isolation metadata for this process or thread has become corrupt.
ERROR_SXS_EARLY_DEACTIVATION
The activation context being deactivated is not the most recently activated one.
ERROR_SXS_INVALID_DEACTIVATION
The activation context being deactivated is not active for the current thread of execution.
ERROR_SXS_MULTIPLE_DEACTIVATION
The activation context being deactivated has already been deactivated.
ERROR_SXS_PROCESS_TERMINATION_REQUESTED
A component used by the isolation facility has requested to terminate the process.
ERROR_SXS_RELEASE_ACTIVATION_CONTEXT
A kernel mode component is releasing a reference on an activation context.
ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY
The activation context of system default assembly could not be generated.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE
The value of an attribute in an identity is not within the legal range.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME
The name of an attribute in an identity is not within the legal range.
ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE
An identity contains two definitions for the same attribute.
ERROR_SXS_IDENTITY_PARSE_ERROR
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
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
The public key token does not correspond to the public key specified.
ERROR_UNMAPPED_SUBSTITUTION_STRING
A substitution string had no mapping.
ERROR_SXS_ASSEMBLY_NOT_LOCKED
The component must be locked before making the request.
ERROR_SXS_COMPONENT_STORE_CORRUPT
The component store has been corrupted.
ERROR_ADVANCED_INSTALLER_FAILED
An advanced installer failed during setup or servicing.
ERROR_XML_ENCODING_MISMATCH
The character encoding in the XML declaration did not match the encoding used in the document.
ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT
The identities of the manifests are identical but their contents are different.
ERROR_SXS_IDENTITIES_DIFFERENT
The component identities are different.
ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT
The assembly is not a deployment.
ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY
The file is not a part of the assembly.
ERROR_SXS_MANIFEST_TOO_BIG
The size of the manifest exceeds the maximum allowed.
ERROR_SXS_SETTING_NOT_REGISTERED
The setting is not registered.
ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE
One or more required members of the transaction are not present.
ERROR_SMI_PRIMITIVE_INSTALLER_FAILED
The SMI primitive installer failed during setup or servicing.
ERROR_GENERIC_COMMAND_FAILED
A generic command executable returned a result that indicates failure.
ERROR_SXS_FILE_HASH_MISSING
A component is missing file verification information in its manifest.
ERROR_EVT_INVALID_CHANNEL_PATH
The specified channel path is invalid.
The specified query is invalid.
ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND
The publisher metadata cannot be found in the resource.
ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND
The template for an event definition cannot be found in the resource (error = %1).
ERROR_EVT_INVALID_PUBLISHER_NAME
The specified publisher name is invalid.
ERROR_EVT_INVALID_EVENT_DATA
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
The specified channel could not be found. Check channel configuration.
ERROR_EVT_MALFORMED_XML_TEXT
The specified xml text was not well-formed. See Extended Error for more details.
ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL
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
ERROR_EVT_QUERY_RESULT_STALE
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
Query result is currently at an invalid position.
ERROR_EVT_NON_VALIDATING_MSXML
Registered MSXML doesnât support validation.
ERROR_EVT_FILTER_ALREADYSCOPED
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
Canât perform a step operation from a term that does not represent an element set.
Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants.
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.
This data type is currently unsupported.
ERROR_EVT_FILTER_PARSEERR
A syntax error occurred at position %1!d!.
ERROR_EVT_FILTER_UNSUPPORTEDOP
This operator is unsupported by this implementation of the filter.
ERROR_EVT_FILTER_UNEXPECTEDTOKEN
The token encountered was unexpected.
ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL
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
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
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
The channel fails to activate.
ERROR_EVT_FILTER_TOO_COMPLEX
The xpath expression exceeded supported complexity. Please symplify it or split it into two or more simple expressions.
ERROR_EVT_MESSAGE_NOT_FOUND
the message resource is present but the message is not found in the string/message table.
ERROR_EVT_MESSAGE_ID_NOT_FOUND
The message id for the desired message could not be found.
ERROR_EVT_UNRESOLVED_VALUE_INSERT
The substitution string for insert index (%1) could not be found.
ERROR_EVT_UNRESOLVED_PARAMETER_INSERT
The description string for parameter reference (%1) could not be found.
ERROR_EVT_MAX_INSERTS_REACHED
The maximum number of replacements has been reached.
ERROR_EVT_EVENT_DEFINITION_NOT_FOUND
The event definition could not be found for event id (%1).
ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND
The locale specific resource for the desired message is not present.
ERROR_EVT_VERSION_TOO_OLD
The resource is too old to be compatible.
ERROR_EVT_VERSION_TOO_NEW
The resource is too new to be compatible.
ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY
The channel at index %1!d! of the query canât be opened.
ERROR_EVT_PUBLISHER_DISABLED
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
Attempted to create a numeric type that is outside of its valid range.
ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE
The subscription fails to activate.
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
When forwarding events from local machine to itself, the query of the subscription canât contain target log of the subscription.
The credential store that is used to save credentials is full.
The credential used by this subscription canât be found in credential store.
ERROR_EC_NO_ACTIVE_CHANNEL
No active channel is found for the query.
The resource loader failed to find MUI file.
The resource loader failed to load MUI file because the file fail to pass validation.
ERROR_MUI_INVALID_RC_CONFIG
The RC Manifest is corrupted with garbage data or unsupported version or missing required item.
ERROR_MUI_INVALID_LOCALE_NAME
The RC Manifest has invalid culture name.
ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME
The RC Manifest has invalid ultimatefallback name.
ERROR_MUI_FILE_NOT_LOADED
The resource loader cache doesnât have loaded MUI entry.
ERROR_RESOURCE_ENUM_USER_STOP
User stopped resource enumeration.
ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED
UI language installation failed.
ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME
Locale installation failed.
ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE
A resource does not have default or neutral value.
ERROR_MRM_INVALID_PRICONFIG
ERROR_MRM_INVALID_FILE_TYPE
ERROR_MRM_UNKNOWN_QUALIFIER
ERROR_MRM_INVALID_QUALIFIER_VALUE
ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE
The ResourceMap or NamedResource has an item that does not have default or neutral resource..
ERROR_MRM_RESOURCE_TYPE_MISMATCH
Invalid ResourceCandidate type.
ERROR_MRM_DUPLICATE_MAP_NAME
ERROR_MRM_DUPLICATE_ENTRY
ERROR_MRM_INVALID_RESOURCE_IDENTIFIER
Invalid Resource Identifier.
ERROR_MRM_FILEPATH_TOO_LONG
ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE
Unsupported directory type.
ERROR_MRM_INVALID_PRI_FILE
ERROR_MRM_NAMED_RESOURCE_NOT_FOUND
ERROR_MRM_UNSUPPORTED_PROFILE_TYPE
Unsupported MRT profile type.
ERROR_MRM_INVALID_QUALIFIER_OPERATOR
Invalid qualifier operator.
ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE
Unable to determine qualifier value or qualifier value has not been set.
ERROR_MRM_AUTOMERGE_ENABLED
Automerge is enabled in the PRI file.
ERROR_MRM_TOO_MANY_RESOURCES
Too many resources defined for package.
ERROR_MCA_INVALID_CAPABILITIES_STRING
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
The monitorâs VCP Version (0xDF) VCP code returned an invalid version value.
ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION
The monitor does not comply with the MCCS specification it claims to support.
ERROR_MCA_MCCS_VERSION_MISMATCH
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
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.
An internal Monitor Configuration API error occurred.
ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED
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
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
The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
ERROR_SYSTEM_DEVICE_NOT_FOUND
The requested system device cannot be found.
Hash generation for the specified hash version and hash type is not enabled on the server.
The hash requested from the server is not available or no longer valid.
ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED
The secondary interrupt controller instance that manages the specified interrupt is not registered.
ERROR_GPIO_CLIENT_INFORMATION_INVALID
The information supplied by the GPIO client driver is invalid.
ERROR_GPIO_VERSION_NOT_SUPPORTED
The version specified by the GPIO client driver is not supported.
ERROR_GPIO_INVALID_REGISTRATION_PACKET
The registration packet supplied by the GPIO client driver is not valid.
ERROR_GPIO_OPERATION_DENIED
The requested operation is not suppported for the specified handle.
ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE
The requested connect mode conflicts with an existing mode on one or more of the specified pins.
ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED
The interrupt requested to be unmasked is not masked.
ERROR_CANNOT_SWITCH_RUNLEVEL
The requested run level switch cannot be completed successfully.
ERROR_INVALID_RUNLEVEL_SETTING
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
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
A run level switch agent did not respond within the specified timeout.
ERROR_RUNLEVEL_SWITCH_IN_PROGRESS
A run level switch is currently in progress.
ERROR_SERVICES_FAILED_AUTOSTART
One or more services failed to start during the service startup phase of a run level switch.
ERROR_COM_TASK_STOP_PENDING
The task stop request cannot be completed immediately since task needs more time to shutdown.
ERROR_INSTALL_OPEN_PACKAGE_FAILED
Package could not be opened.
ERROR_INSTALL_PACKAGE_NOT_FOUND
ERROR_INSTALL_INVALID_PACKAGE
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED
Package failed updates, dependency or conflict validation.
ERROR_INSTALL_OUT_OF_DISK_SPACE
There is not enough disk space on your computer. Please free up some space and try again.
ERROR_INSTALL_NETWORK_FAILURE
There was a problem downloading your product.
ERROR_INSTALL_REGISTRATION_FAILURE
Package could not be registered.
ERROR_INSTALL_DEREGISTRATION_FAILURE
Package could not be unregistered.
User cancelled the install request.
Install failed. Please contact your software vendor.
Removal failed. Please contact your software vendor.
ERROR_PACKAGE_ALREADY_EXISTS
The provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
The application cannot be started. Try reinstalling the application to fix the problem.
ERROR_INSTALL_PREREQUISITE_FAILED
A Prerequisite for an install could not be satisfied.
ERROR_PACKAGE_REPOSITORY_CORRUPTED
The package repository is corrupted.
ERROR_INSTALL_POLICY_FAILURE
To install this application you need either a Windows developer license or a sideloading-enabled system.
The application cannot be started because it is currently updating.
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY
The package deployment operation is blocked by policy. Please contact your system administrator.
The package could not be installed because resources it modifies are currently in use.
ERROR_RECOVERY_FILE_CORRUPT
The package could not be recovered because necessary data for recovery have been corrupted.
ERROR_INVALID_STAGED_SIGNATURE
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
An error occurred while deleting the packageâs previously existing application data.
ERROR_INSTALL_PACKAGE_DOWNGRADE
The package could not be installed because a higher version of this package is already installed.
ERROR_SYSTEM_NEEDS_REMEDIATION
An error in a system binary was detected. Try refreshing the PC to fix the problem.
ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN
A corrupted CLR NGEN binary was detected on the system.
ERROR_RESILIENCY_FILE_CORRUPT
The operation could not be resumed because necessary data for recovery have been corrupted.
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING
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
The process has no package identity.
APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT
The package runtime information is corrupted.
APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT
The package identity is corrupted.
APPMODEL_ERROR_NO_APPLICATION
The process has no application identity.
ERROR_STATE_LOAD_STORE_FAILED
Loading the state store failed.
ERROR_STATE_GET_VERSION_FAILED
Retrieving the state version for the application failed.
ERROR_STATE_SET_VERSION_FAILED
Setting the state version for the application failed.
ERROR_STATE_STRUCTURED_RESET_FAILED
Resetting the structured state of the application failed.
ERROR_STATE_OPEN_CONTAINER_FAILED
State Manager failed to open the container.
ERROR_STATE_CREATE_CONTAINER_FAILED
State Manager failed to create the container.
ERROR_STATE_DELETE_CONTAINER_FAILED
State Manager failed to delete the container.
ERROR_STATE_READ_SETTING_FAILED
State Manager failed to read the setting.
ERROR_STATE_WRITE_SETTING_FAILED
State Manager failed to write the setting.
ERROR_STATE_DELETE_SETTING_FAILED
State Manager failed to delete the setting.
ERROR_STATE_QUERY_SETTING_FAILED
State Manager failed to query the setting.
ERROR_STATE_READ_COMPOSITE_SETTING_FAILED
State Manager failed to read the composite setting.
ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED
State Manager failed to write the composite setting.
ERROR_STATE_ENUMERATE_CONTAINER_FAILED
State Manager failed to enumerate the containers.
ERROR_STATE_ENUMERATE_SETTINGS_FAILED
State Manager failed to enumerate the settings.
ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
The size of the state manager composite setting value has exceeded the limit.
ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED
The size of the state manager setting value has exceeded the limit.
ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED
The length of the state manager setting name has exceeded the limit.
ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED
The length of the state manager container name has exceeded the limit.
This API cannot be used in the context of the callerâs application type.
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.
Minimum supported client Windows XP [desktop apps only] Minimum supported server Windows Server 2003 [desktop apps only] Header WinError.h
Best Worldwide wholesale electronics, consumer electronics supplierâOS-STORE (Worldwide Wholesale online).You can buy a cheap discount electronics and PC Accessories, include: cell phone, apple parts accessories, tablet pc, iphone, ipad, camera, flash card, MP3/MP4 player, car electronics, video game accessories etc,of course, we also provide the driver for your download, more details, please pay attention to us.