System Error Codes (12000-15999)

Header: winerror.h

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.

Note

This information is intended for developers debugging system errors. For other errors, such as issues with Windows Update, see the list of resources on the Error codes page.

**ERROR\_INTERNET\_\***

12000 - 12175 (0x2EE0)

See Internet Error Codes and WinInet.h.

**ERROR\_WINHTTP\_\***

12001 - 12184 (0x2EE1)

See WinHTTP Error Codes and Winhttp.h.

SymbolicCodeDescription
ERROR_IPSEC_QM_POLICY_EXISTS0x32C8The specified quick mode policy already exists.
ERROR_IPSEC_QM_POLICY_NOT_FOUND0x32C9The specified quick mode policy was not found.
ERROR_IPSEC_QM_POLICY_IN_USE0x32CAThe specified quick mode policy is being used.
ERROR_IPSEC_MM_POLICY_EXISTS0x32CBThe specified main mode policy already exists.
ERROR_IPSEC_MM_POLICY_NOT_FOUND0x32CCThe specified main mode policy was not found.
ERROR_IPSEC_MM_POLICY_IN_USE0x32CDThe specified main mode policy is being used.
ERROR_IPSEC_MM_FILTER_EXISTS0x32CEThe specified main mode filter already exists.
ERROR_IPSEC_MM_FILTER_NOT_FOUND0x32CFThe specified main mode filter was not found.
ERROR_IPSEC_TRANSPORT_FILTER_EXISTS0x32D0The specified transport mode filter already exists.
ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND0x32D1The specified transport mode filter does not exist.
ERROR_IPSEC_MM_AUTH_EXISTS0x32D2The specified main mode authentication list exists.
ERROR_IPSEC_MM_AUTH_NOT_FOUND0x32D3The specified main mode authentication list was not found.
ERROR_IPSEC_MM_AUTH_IN_USE0x32D4The specified main mode authentication list is being used.
ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND0x32D5The specified default main mode policy was not found.
ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND0x32D6The specified default main mode authentication list was not found.
ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND0x32D7The specified default quick mode policy was not found.
ERROR_IPSEC_TUNNEL_FILTER_EXISTS0x32D8The specified tunnel mode filter exists.
ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND0x32D9The specified tunnel mode filter was not found.
ERROR_IPSEC_MM_FILTER_PENDING_DELETION0x32DAThe Main Mode filter is pending deletion.
ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION0x32DBThe transport filter is pending deletion.
ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION0x32DCThe tunnel filter is pending deletion.
ERROR_IPSEC_MM_POLICY_PENDING_DELETION0x32DDThe Main Mode policy is pending deletion.
ERROR_IPSEC_MM_AUTH_PENDING_DELETION0x32DEThe Main Mode authentication bundle is pending deletion.
ERROR_IPSEC_QM_POLICY_PENDING_DELETION0x32DFThe Quick Mode policy is pending deletion.
WARNING_IPSEC_MM_POLICY_PRUNED0x32E0The Main Mode policy was successfully added, but some of the requested offers are not supported.
WARNING_IPSEC_QM_POLICY_PRUNED0x32E1The Quick Mode policy was successfully added, but some of the requested offers are not supported.
ERROR_IPSEC_IKE_NEG_STATUS_BEGIN0x35E8ERROR_IPSEC_IKE_NEG_STATUS_BEGIN
ERROR_IPSEC_IKE_AUTH_FAIL0x35E9IKE authentication credentials are unacceptable.
ERROR_IPSEC_IKE_ATTRIB_FAIL0x35EAIKE security attributes are unacceptable.
ERROR_IPSEC_IKE_NEGOTIATION_PENDING0x35EBIKE Negotiation in progress.
ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR0x35ECGeneral processing error.
ERROR_IPSEC_IKE_TIMED_OUT0x35EDNegotiation timed out.
ERROR_IPSEC_IKE_NO_CERT0x35EEIKE 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_DELETED0x35EFIKE SA deleted by peer before establishment completed.
ERROR_IPSEC_IKE_SA_REAPED0x35F0IKE SA deleted before establishment completed.
ERROR_IPSEC_IKE_MM_ACQUIRE_DROP0x35F1Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_QM_ACQUIRE_DROP0x35F2Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_QUEUE_DROP_MM0x35F3Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM0x35F4Negotiation request sat in Queue too long.
ERROR_IPSEC_IKE_DROP_NO_RESPONSE0x35F5No response from peer.
ERROR_IPSEC_IKE_MM_DELAY_DROP0x35F6Negotiation took too long.
ERROR_IPSEC_IKE_QM_DELAY_DROP0x35F7Negotiation took too long.
ERROR_IPSEC_IKE_ERROR0x35F8Unknown error occurred.
ERROR_IPSEC_IKE_CRL_FAILED0x35F9Certificate Revocation Check failed.
ERROR_IPSEC_IKE_INVALID_KEY_USAGE0x35FAInvalid certificate key usage.
ERROR_IPSEC_IKE_INVALID_CERT_TYPE0x35FBInvalid certificate type.
ERROR_IPSEC_IKE_NO_PRIVATE_KEY0x35FCIKE 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_REKEY0x35FDSimultaneous rekeys were detected.
ERROR_IPSEC_IKE_DH_FAIL0x35FEFailure in Diffie-Hellman computation.
ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED0x35FFDon't know how to process critical payload.
ERROR_IPSEC_IKE_INVALID_HEADER0x3600Invalid header.
ERROR_IPSEC_IKE_NO_POLICY0x3601No policy configured.
ERROR_IPSEC_IKE_INVALID_SIGNATURE0x3602Failed to verify signature.
ERROR_IPSEC_IKE_KERBEROS_ERROR0x3603Failed to authenticate using Kerberos.
ERROR_IPSEC_IKE_NO_PUBLIC_KEY0x3604Peer's certificate did not have a public key.
ERROR_IPSEC_IKE_PROCESS_ERR0x3605Error processing error payload.
ERROR_IPSEC_IKE_PROCESS_ERR_SA0x3606Error processing SA payload.
ERROR_IPSEC_IKE_PROCESS_ERR_PROP0x3607Error processing Proposal payload.
ERROR_IPSEC_IKE_PROCESS_ERR_TRANS0x3608Error processing Transform payload.
ERROR_IPSEC_IKE_PROCESS_ERR_KE0x3609Error processing KE payload.
ERROR_IPSEC_IKE_PROCESS_ERR_ID0x360AError processing ID payload.
ERROR_IPSEC_IKE_PROCESS_ERR_CERT0x360BError processing Cert payload.
ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ0x360CError processing Certificate Request payload.
ERROR_IPSEC_IKE_PROCESS_ERR_HASH0x360DError processing Hash payload.
ERROR_IPSEC_IKE_PROCESS_ERR_SIG0x360EError processing Signature payload.
ERROR_IPSEC_IKE_PROCESS_ERR_NONCE0x360FError processing Nonce payload.
ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY0x3610Error processing Notify payload.
ERROR_IPSEC_IKE_PROCESS_ERR_DELETE0x3611Error processing Delete Payload.
ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR0x3612Error processing VendorId payload.
ERROR_IPSEC_IKE_INVALID_PAYLOAD0x3613Invalid payload received.
ERROR_IPSEC_IKE_LOAD_SOFT_SA0x3614Soft SA loaded.
ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN0x3615Soft SA torn down.
ERROR_IPSEC_IKE_INVALID_COOKIE0x3616Invalid cookie received.
ERROR_IPSEC_IKE_NO_PEER_CERT0x3617Peer failed to send valid machine certificate.
ERROR_IPSEC_IKE_PEER_CRL_FAILED0x3618Certification Revocation check of peer's certificate failed.
ERROR_IPSEC_IKE_POLICY_CHANGE0x3619New policy invalidated SAs formed with old policy.
ERROR_IPSEC_IKE_NO_MM_POLICY0x361AThere is no available Main Mode IKE policy.
ERROR_IPSEC_IKE_NOTCBPRIV0x361BFailed to enabled TCB privilege.
ERROR_IPSEC_IKE_SECLOADFAIL0x361CFailed to load SECURITY.DLL.
ERROR_IPSEC_IKE_FAILSSPINIT0x361DFailed to obtain security function table dispatch address from SSPI.
ERROR_IPSEC_IKE_FAILQUERYSSP0x361EFailed to query Kerberos package to obtain max token size.
ERROR_IPSEC_IKE_SRVACQFAIL0x361FFailed 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_SRVQUERYCRED0x3620Failed to determine SSPI principal name for ISAKMP/ERROR_IPSEC_IKE service ([**QueryCredentialsAttributes**](/windows/win32/api/sspi/nf-sspi-querycredentialsattributesa)).
ERROR_IPSEC_IKE_GETSPIFAIL0x3621Failed 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_FILTER0x3622Given filter is invalid.
ERROR_IPSEC_IKE_OUT_OF_MEMORY0x3623Memory allocation failed.
ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED0x3624Failed 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_POLICY0x3625Invalid policy.
ERROR_IPSEC_IKE_UNKNOWN_DOI0x3626Invalid DOI.
ERROR_IPSEC_IKE_INVALID_SITUATION0x3627Invalid situation.
ERROR_IPSEC_IKE_DH_FAILURE0x3628Diffie-Hellman failure.
ERROR_IPSEC_IKE_INVALID_GROUP0x3629Invalid Diffie-Hellman group.
ERROR_IPSEC_IKE_ENCRYPT0x362AError encrypting payload.
ERROR_IPSEC_IKE_DECRYPT0x362BError decrypting payload.
ERROR_IPSEC_IKE_POLICY_MATCH0x362CPolicy match error.
ERROR_IPSEC_IKE_UNSUPPORTED_ID0x362DUnsupported ID.
ERROR_IPSEC_IKE_INVALID_HASH0x362EHash verification failed.
ERROR_IPSEC_IKE_INVALID_HASH_ALG0x362FInvalid hash algorithm.
ERROR_IPSEC_IKE_INVALID_HASH_SIZE0x3630Invalid hash size.
ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG0x3631Invalid encryption algorithm.
ERROR_IPSEC_IKE_INVALID_AUTH_ALG0x3632Invalid authentication algorithm.
ERROR_IPSEC_IKE_INVALID_SIG0x3633Invalid certificate signature.
ERROR_IPSEC_IKE_LOAD_FAILED0x3634Load failed.
ERROR_IPSEC_IKE_RPC_DELETE0x3635Deleted via RPC call.
ERROR_IPSEC_IKE_BENIGN_REINIT0x3636Temporary state created to perform reinitialization. This is not a real failure.
ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY0x3637The 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_VERSION0x3638The recipient cannot handle version of IKE specified in the header.
ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN0x3639Key length in certificate is too small for configured security requirements.
ERROR_IPSEC_IKE_MM_LIMIT0x363AMax number of established MM SAs to peer exceeded.
ERROR_IPSEC_IKE_NEGOTIATION_DISABLED0x363BIKE received a policy that disables negotiation.
ERROR_IPSEC_IKE_QM_LIMIT0x363CReached maximum quick mode limit for the main mode. New main mode will be started.
ERROR_IPSEC_IKE_MM_EXPIRED0x363DMain mode SA lifetime expired or peer sent a main mode delete.
ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID0x363EMain mode SA assumed to be invalid because peer stopped responding.
ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH0x363FCertificate doesn't chain to a trusted root in IPsec policy.
ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID0x3640Received unexpected message ID.
ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD0x3641Received invalid authentication offers.
ERROR_IPSEC_IKE_DOS_COOKIE_SENT0x3642Sent DoS cookie notify to initiator.
ERROR_IPSEC_IKE_SHUTTING_DOWN0x3643IKE service is shutting down.
ERROR_IPSEC_IKE_CGA_AUTH_FAILED0x3644Could not verify binding between CGA address and certificate.
ERROR_IPSEC_IKE_PROCESS_ERR_NATOA0x3645Error processing NatOA payload.
ERROR_IPSEC_IKE_INVALID_MM_FOR_QM0x3646Parameters of the main mode are invalid for this quick mode.
ERROR_IPSEC_IKE_QM_EXPIRED0x3647Quick mode SA was expired by IPsec driver.
ERROR_IPSEC_IKE_TOO_MANY_FILTERS0x3648Too many dynamically added IKEEXT filters were detected.
ERROR_IPSEC_IKE_NEG_STATUS_END0x3649ERROR_IPSEC_IKE_NEG_STATUS_END
ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL0x364ANAP reauth succeeded and must delete the dummy NAP IKEv2 tunnel.
ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE0x364BError in assigning inner IP address to initiator in tunnel mode.
ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING0x364CRequire configuration payload missing.
ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING0x364DA negotiation running as the security principle who issued the connection is in progress.
ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS0x364ESA was deleted due to IKEv1/AuthIP co-existence suppress check.
ERROR_IPSEC_IKE_RATELIMIT_DROP0x364FIncoming SA request was dropped due to peer IP address rate limiting.
ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE0x3650Peer does not support MOBIKE.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE0x3651SA establishment is not authorized.
ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE0x3652SA establishment is not authorized because there is not a sufficiently strong PKINIT-based credential.
ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY0x3653SA 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_FAILURE0x3654SA 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_END0x3655ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END
ERROR_IPSEC_BAD_SPI0x3656The SPI in the packet does not match a valid IPsec SA.
ERROR_IPSEC_SA_LIFETIME_EXPIRED0x3657Packet was received on an IPsec SA whose lifetime has expired.
ERROR_IPSEC_WRONG_SA0x3658Packet was received on an IPsec SA that does not match the packet characteristics.
ERROR_IPSEC_REPLAY_CHECK_FAILED0x3659Packet sequence number replay check failed.
ERROR_IPSEC_INVALID_PACKET0x365AIPsec header and/or trailer in the packet is invalid.
ERROR_IPSEC_INTEGRITY_CHECK_FAILED0x365BIPsec integrity check failed.
ERROR_IPSEC_CLEAR_TEXT_DROP0x365CIPsec dropped a clear text packet.
ERROR_IPSEC_AUTH_FIREWALL_DROP0x365DIPsec dropped an incoming ESP packet in authenticated firewall mode. This drop is benign.
ERROR_IPSEC_THROTTLE_DROP0x365EIPsec dropped a packet due to DoS throttling.
ERROR_IPSEC_DOSP_BLOCK0x3665IPsec DoS Protection matched an explicit block rule.
ERROR_IPSEC_DOSP_RECEIVED_MULTICAST0x3666IPsec DoS Protection received an IPsec specific multicast packet which is not allowed.
ERROR_IPSEC_DOSP_INVALID_PACKET0x3667IPsec DoS Protection received an incorrectly formatted packet.
ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED0x3668IPsec DoS Protection failed to look up state.
ERROR_IPSEC_DOSP_MAX_ENTRIES0x3669IPsec DoS Protection failed to create state because the maximum number of entries allowed by policy has been reached.
ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED0x366AIPsec DoS Protection received an IPsec negotiation packet for a keying module which is not allowed by policy.
ERROR_IPSEC_DOSP_NOT_INSTALLED0x366BIPsec DoS Protection has not been enabled.
ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES0x366CIPsec 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_FOUND0x36B0The requested section was not present in the activation context.
ERROR_SXS_CANT_GEN_ACTCTX0x36B1The 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_FORMAT0x36B2The application binding data format is invalid.
ERROR_SXS_ASSEMBLY_NOT_FOUND0x36B3The referenced assembly is not installed on your system.
ERROR_SXS_MANIFEST_FORMAT_ERROR0x36B4The manifest file does not begin with the required tag and format information.
ERROR_SXS_MANIFEST_PARSE_ERROR0x36B5The manifest file contains one or more syntax errors.
ERROR_SXS_ACTIVATION_CONTEXT_DISABLED0x36B6The application attempted to activate a disabled activation context.
ERROR_SXS_KEY_NOT_FOUND0x36B7The requested lookup key was not found in any active activation context.
ERROR_SXS_VERSION_CONFLICT0x36B8A component version required by the application conflicts with another component version already active.
ERROR_SXS_WRONG_SECTION_TYPE0x36B9The type requested activation context section does not match the query API used.
ERROR_SXS_THREAD_QUERIES_DISABLED0x36BALack of system resources has required isolated activation to be disabled for the current thread of execution.
ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET0x36BBAn attempt to set the process default activation context failed because the process default activation context was already set.
ERROR_SXS_UNKNOWN_ENCODING_GROUP0x36BCThe encoding group identifier specified is not recognized.
ERROR_SXS_UNKNOWN_ENCODING0x36BDThe encoding requested is not recognized.
ERROR_SXS_INVALID_XML_NAMESPACE_URI0x36BEThe manifest contains a reference to an invalid URI.
ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED0x36BFThe application manifest contains a reference to a dependent assembly which is not installed.
ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED0x36C0The manifest for an assembly used by the application has a reference to a dependent assembly which is not installed.
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE0x36C1The manifest contains an attribute for the assembly identity which is not valid.
ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE0x36C2The manifest is missing the required default namespace specification on the assembly element.
ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE0x36C3The 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_POINT0x36C4The private manifest probed has crossed a path with an unsupported reparse point.
ERROR_SXS_DUPLICATE_DLL_NAME0x36C5Two or more components referenced directly or indirectly by the application manifest have files by the same name.
ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME0x36C6Two or more components referenced directly or indirectly by the application manifest have window classes with the same name.
ERROR_SXS_DUPLICATE_CLSID0x36C7Two or more components referenced directly or indirectly by the application manifest have the same COM server CLSIDs.
ERROR_SXS_DUPLICATE_IID0x36C8Two or more components referenced directly or indirectly by the application manifest have proxies for the same COM interface IIDs.
ERROR_SXS_DUPLICATE_TLBID0x36C9Two or more components referenced directly or indirectly by the application manifest have the same COM type library TLBIDs.
ERROR_SXS_DUPLICATE_PROGID0x36CATwo or more components referenced directly or indirectly by the application manifest have the same COM ProgIDs.
ERROR_SXS_DUPLICATE_ASSEMBLY_NAME0x36CBTwo 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_MISMATCH0x36CCA component's file does not match the verification information present in the component manifest.
ERROR_SXS_POLICY_PARSE_ERROR0x36CDThe policy manifest contains one or more syntax errors.
ERROR_SXS_XML_E_MISSINGQUOTE0x36CEManifest Parse Error : A string literal was expected, but no opening quote character was found.
ERROR_SXS_XML_E_COMMENTSYNTAX0x36CFManifest Parse Error : Incorrect syntax was used in a comment.
ERROR_SXS_XML_E_BADSTARTNAMECHAR0x36D0Manifest Parse Error : A name was started with an invalid character.
ERROR_SXS_XML_E_BADNAMECHAR0x36D1Manifest Parse Error : A name contained an invalid character.
ERROR_SXS_XML_E_BADCHARINSTRING0x36D2Manifest Parse Error : A string literal contained an invalid character.
ERROR_SXS_XML_E_XMLDECLSYNTAX0x36D3Manifest Parse Error : Invalid syntax for an xml declaration.
ERROR_SXS_XML_E_BADCHARDATA0x36D4Manifest Parse Error : An Invalid character was found in text content.
ERROR_SXS_XML_E_MISSINGWHITESPACE0x36D5Manifest Parse Error : Required white space was missing.
ERROR_SXS_XML_E_EXPECTINGTAGEND0x36D6Manifest Parse Error : The character '>' was expected.
ERROR_SXS_XML_E_MISSINGSEMICOLON0x36D7Manifest Parse Error : A semi colon character was expected.
ERROR_SXS_XML_E_UNBALANCEDPAREN0x36D8Manifest Parse Error : Unbalanced parentheses.
ERROR_SXS_XML_E_INTERNALERROR0x36D9Manifest Parse Error : Internal error.
ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE0x36DAManifest Parse Error : Whitespace is not allowed at this location.
ERROR_SXS_XML_E_INCOMPLETE_ENCODING0x36DBManifest Parse Error : End of file reached in invalid state for current encoding.
ERROR_SXS_XML_E_MISSING_PAREN0x36DCManifest Parse Error : Missing parenthesis.
ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE0x36DDManifest Parse Error : A single or double closing quote character (\' or \") is missing.
ERROR_SXS_XML_E_MULTIPLE_COLONS0x36DEManifest Parse Error : Multiple colons are not allowed in a name.
ERROR_SXS_XML_E_INVALID_DECIMAL0x36DFManifest Parse Error : Invalid character for decimal digit.
ERROR_SXS_XML_E_INVALID_HEXIDECIMAL0x36E0Manifest Parse Error : Invalid character for hexadecimal digit.
ERROR_SXS_XML_E_INVALID_UNICODE0x36E1Manifest Parse Error : Invalid unicode character value for this platform.
ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK0x36E2Manifest Parse Error : Expecting whitespace or '?'.
ERROR_SXS_XML_E_UNEXPECTEDENDTAG0x36E3Manifest Parse Error : End tag was not expected at this location.
ERROR_SXS_XML_E_UNCLOSEDTAG0x36E4Manifest Parse Error : The following tags were not closed: %1.
ERROR_SXS_XML_E_DUPLICATEATTRIBUTE0x36E5Manifest Parse Error : Duplicate attribute.
ERROR_SXS_XML_E_MULTIPLEROOTS0x36E6Manifest Parse Error : Only one top level element is allowed in an XML document.
ERROR_SXS_XML_E_INVALIDATROOTLEVEL0x36E7Manifest Parse Error : Invalid at the top level of the document.
ERROR_SXS_XML_E_BADXMLDECL0x36E8Manifest Parse Error : Invalid xml declaration.
ERROR_SXS_XML_E_MISSINGROOT0x36E9Manifest Parse Error : XML document must have a top level element.
ERROR_SXS_XML_E_UNEXPECTEDEOF0x36EAManifest Parse Error : Unexpected end of file.
ERROR_SXS_XML_E_BADPEREFINSUBSET0x36EBManifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
ERROR_SXS_XML_E_UNCLOSEDSTARTTAG0x36ECManifest Parse Error : Element was not closed.
ERROR_SXS_XML_E_UNCLOSEDENDTAG0x36EDManifest Parse Error : End element was missing the character '>'.
ERROR_SXS_XML_E_UNCLOSEDSTRING0x36EEManifest Parse Error : A string literal was not closed.
ERROR_SXS_XML_E_UNCLOSEDCOMMENT0x36EFManifest Parse Error : A comment was not closed.
ERROR_SXS_XML_E_UNCLOSEDDECL0x36F0Manifest Parse Error : A declaration was not closed.
ERROR_SXS_XML_E_UNCLOSEDCDATA0x36F1Manifest Parse Error : A CDATA section was not closed.
ERROR_SXS_XML_E_RESERVEDNAMESPACE0x36F2Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".
ERROR_SXS_XML_E_INVALIDENCODING0x36F3Manifest Parse Error : System does not support the specified encoding.
ERROR_SXS_XML_E_INVALIDSWITCH0x36F4Manifest Parse Error : Switch from current encoding to specified encoding not supported.
ERROR_SXS_XML_E_BADXMLCASE0x36F5Manifest Parse Error : The name 'xml' is reserved and must be lower case.
ERROR_SXS_XML_E_INVALID_STANDALONE0x36F6Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
ERROR_SXS_XML_E_UNEXPECTED_STANDALONE0x36F7Manifest Parse Error : The standalone attribute cannot be used in external entities.
ERROR_SXS_XML_E_INVALID_VERSION0x36F8Manifest Parse Error : Invalid version number.
ERROR_SXS_XML_E_MISSINGEQUALS0x36F9Manifest Parse Error : Missing equals sign between attribute and attribute value.
ERROR_SXS_PROTECTION_RECOVERY_FAILED0x36FAAssembly Protection Error : Unable to recover the specified assembly.
ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT0x36FBAssembly Protection Error : The public key for an assembly was too short to be allowed.
ERROR_SXS_PROTECTION_CATALOG_NOT_VALID0x36FCAssembly Protection Error : The catalog for an assembly is not valid, or does not match the assembly's manifest.
ERROR_SXS_UNTRANSLATABLE_HRESULT0x36FDAn HRESULT could not be translated to a corresponding Win32 error code.
ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING0x36FEAssembly Protection Error : The catalog for an assembly is missing.
ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE0x36FFThe supplied assembly identity is missing one or more attributes which must be present in this context.
ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME0x3700The supplied assembly identity has one or more attribute names that contain characters not permitted in XML names.
ERROR_SXS_ASSEMBLY_MISSING0x3701The referenced assembly could not be found.
ERROR_SXS_CORRUPT_ACTIVATION_STACK0x3702The activation context activation stack for the running thread of execution is corrupt.
ERROR_SXS_CORRUPTION0x3703The application isolation metadata for this process or thread has become corrupt.
ERROR_SXS_EARLY_DEACTIVATION0x3704The activation context being deactivated is not the most recently activated one.
ERROR_SXS_INVALID_DEACTIVATION0x3705The activation context being deactivated is not active for the current thread of execution.
ERROR_SXS_MULTIPLE_DEACTIVATION0x3706The activation context being deactivated has already been deactivated.
ERROR_SXS_PROCESS_TERMINATION_REQUESTED0x3707A component used by the isolation facility has requested to terminate the process.
ERROR_SXS_RELEASE_ACTIVATION_CONTEXT0x3708A kernel mode component is releasing a reference on an activation context.
ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY0x3709The activation context of system default assembly could not be generated.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE0x370AThe value of an attribute in an identity is not within the legal range.
ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME0x370BThe name of an attribute in an identity is not within the legal range.
ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE0x370CAn identity contains two definitions for the same attribute.
ERROR_SXS_IDENTITY_PARSE_ERROR0x370DThe 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_STRING0x370EA 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_TOKEN0x370FThe public key token does not correspond to the public key specified.
ERROR_UNMAPPED_SUBSTITUTION_STRING0x3710A substitution string had no mapping.
ERROR_SXS_ASSEMBLY_NOT_LOCKED0x3711The component must be locked before making the request.
ERROR_SXS_COMPONENT_STORE_CORRUPT0x3712The component store has been corrupted.
ERROR_ADVANCED_INSTALLER_FAILED0x3713An advanced installer failed during setup or servicing.
ERROR_XML_ENCODING_MISMATCH0x3714The character encoding in the XML declaration did not match the encoding used in the document.
ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT0x3715The identities of the manifests are identical but their contents are different.
ERROR_SXS_IDENTITIES_DIFFERENT0x3716The component identities are different.
ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT0x3717The assembly is not a deployment.
ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY0x3718The file is not a part of the assembly.
ERROR_SXS_MANIFEST_TOO_BIG0x3719The size of the manifest exceeds the maximum allowed.
ERROR_SXS_SETTING_NOT_REGISTERED0x371AThe setting is not registered.
ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE0x371BOne or more required members of the transaction are not present.
ERROR_SMI_PRIMITIVE_INSTALLER_FAILED0x371CThe SMI primitive installer failed during setup or servicing.
ERROR_GENERIC_COMMAND_FAILED0x371DA generic command executable returned a result that indicates failure.
ERROR_SXS_FILE_HASH_MISSING0x371EA component is missing file verification information in its manifest.
ERROR_EVT_INVALID_CHANNEL_PATH0x3A98The specified channel path is invalid.
ERROR_EVT_INVALID_QUERY0x3A99The specified query is invalid.
ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND0x3A9AThe publisher metadata cannot be found in the resource.
ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND0x3A9BThe template for an event definition cannot be found in the resource (error = %1).
ERROR_EVT_INVALID_PUBLISHER_NAME0x3A9CThe specified publisher name is invalid.
ERROR_EVT_INVALID_EVENT_DATA0x3A9DThe event data raised by the publisher is not compatible with the event template definition in the publisher's manifest.
ERROR_EVT_CHANNEL_NOT_FOUND0x3A9FThe specified channel could not be found. Check channel configuration.
ERROR_EVT_MALFORMED_XML_TEXT0x3AA0The specified xml text was not well-formed. See Extended Error for more details.
ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL0x3AA1The 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_ERROR0x3AA2Configuration error.
ERROR_EVT_QUERY_RESULT_STALE0x3AA3The 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_POSITION0x3AA4Query result is currently at an invalid position.
ERROR_EVT_NON_VALIDATING_MSXML0x3AA5Registered MSXML doesn't support validation.
ERROR_EVT_FILTER_ALREADYSCOPED0x3AA6An 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_NOTELTSET0x3AA7Can't perform a step operation from a term that does not represent an element set.
ERROR_EVT_FILTER_INVARG0x3AA8Left hand side arguments to binary operators must be either attributes, nodes or variables and right hand side arguments must be constants.
ERROR_EVT_FILTER_INVTEST0x3AA9A step operation must involve either a node test or, in the case of a predicate, an algebraic expression against which to test each node in the node set identified by the preceding node set can be evaluated.
ERROR_EVT_FILTER_INVTYPE0x3AAAThis data type is currently unsupported.
ERROR_EVT_FILTER_PARSEERR0x3AABA syntax error occurred at position %1!d!.
ERROR_EVT_FILTER_UNSUPPORTEDOP0x3AACThis operator is unsupported by this implementation of the filter.
ERROR_EVT_FILTER_UNEXPECTEDTOKEN0x3AADThe token encountered was unexpected.
ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL0x3AAEThe 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_VALUE0x3AAFChannel 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_VALUE0x3AB0Publisher 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_ACTIVATE0x3AB1The channel fails to activate.
ERROR_EVT_FILTER_TOO_COMPLEX0x3AB2The xpath expression exceeded supported complexity. Please simplify it or split it into two or more simple expressions.
ERROR_EVT_MESSAGE_NOT_FOUND0x3AB3the message resource is present but the message is not found in the string/message table.
ERROR_EVT_MESSAGE_ID_NOT_FOUND0x3AB4The message id for the desired message could not be found.
ERROR_EVT_UNRESOLVED_VALUE_INSERT0x3AB5The substitution string for insert index (%1) could not be found.
ERROR_EVT_UNRESOLVED_PARAMETER_INSERT0x3AB6The description string for parameter reference (%1) could not be found.
ERROR_EVT_MAX_INSERTS_REACHED0x3AB7The maximum number of replacements has been reached.
ERROR_EVT_EVENT_DEFINITION_NOT_FOUND0x3AB8The event definition could not be found for event id (%1).
ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND0x3AB9The locale specific resource for the desired message is not present.
ERROR_EVT_VERSION_TOO_OLD0x3ABAThe resource is too old to be compatible.
ERROR_EVT_VERSION_TOO_NEW0x3ABBThe resource is too new to be compatible.
ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY0x3ABCThe channel at index %1!d! of the query can't be opened.
ERROR_EVT_PUBLISHER_DISABLED0x3ABDThe 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_RANGE0x3ABEAttempted to create a numeric type that is outside of its valid range.
ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE0x3AE8The subscription fails to activate.
ERROR_EC_LOG_DISABLED0x3AE9The log of the subscription is in disabled state, and cannot be used to forward events to. The log must first be enabled before the subscription can be activated.
ERROR_EC_CIRCULAR_FORWARDING0x3AEAWhen forwarding events from local machine to itself, the query of the subscription can't contain target log of the subscription.
ERROR_EC_CREDSTORE_FULL0x3AEBThe credential store that is used to save credentials is full.
ERROR_EC_CRED_NOT_FOUND0x3AECThe credential used by this subscription can't be found in credential store.
ERROR_EC_NO_ACTIVE_CHANNEL0x3AEDNo active channel is found for the query.
ERROR_MUI_FILE_NOT_FOUND0x3AFCThe resource loader failed to find MUI file.
ERROR_MUI_INVALID_FILE0x3AFDThe resource loader failed to load MUI file because the file fail to pass validation.
ERROR_MUI_INVALID_RC_CONFIG0x3AFEThe RC Manifest is corrupted with garbage data or unsupported version or missing required item.
ERROR_MUI_INVALID_LOCALE_NAME0x3AFFThe RC Manifest has invalid culture name.
ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME0x3B00The RC Manifest has invalid ultimatefallback name.
ERROR_MUI_FILE_NOT_LOADED0x3B01The resource loader cache doesn't have loaded MUI entry.
ERROR_RESOURCE_ENUM_USER_STOP0x3B02User stopped resource enumeration.
ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED0x3B03UI language installation failed.
ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME0x3B04Locale installation failed.
ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE0x3B06A resource does not have default or neutral value.
ERROR_MRM_INVALID_PRICONFIG0x3B07Invalid PRI config file.
ERROR_MRM_INVALID_FILE_TYPE0x3B08Invalid file type.
ERROR_MRM_UNKNOWN_QUALIFIER0x3B09Unknown qualifier.
ERROR_MRM_INVALID_QUALIFIER_VALUE0x3B0AInvalid qualifier value.
ERROR_MRM_NO_CANDIDATE0x3B0BNo Candidate found.
ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE0x3B0CThe ResourceMap or NamedResource has an item that does not have default or neutral resource..
ERROR_MRM_RESOURCE_TYPE_MISMATCH0x3B0DInvalid ResourceCandidate type.
ERROR_MRM_DUPLICATE_MAP_NAME0x3B0EDuplicate Resource Map.
ERROR_MRM_DUPLICATE_ENTRY0x3B0FDuplicate Entry.
ERROR_MRM_INVALID_RESOURCE_IDENTIFIER0x3B10Invalid Resource Identifier.
ERROR_MRM_FILEPATH_TOO_LONG0x3B11Filepath too long.
ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE0x3B12Unsupported directory type.
ERROR_MRM_INVALID_PRI_FILE0x3B16Invalid PRI File.
ERROR_MRM_NAMED_RESOURCE_NOT_FOUND0x3B17NamedResource Not Found.
ERROR_MRM_MAP_NOT_FOUND0x3B1FResourceMap Not Found.
ERROR_MRM_UNSUPPORTED_PROFILE_TYPE0x3B20Unsupported MRT profile type.
ERROR_MRM_INVALID_QUALIFIER_OPERATOR0x3B21Invalid qualifier operator.
ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE0x3B22Unable to determine qualifier value or qualifier value has not been set.
ERROR_MRM_AUTOMERGE_ENABLED0x3B23Automerge is enabled in the PRI file.
ERROR_MRM_TOO_MANY_RESOURCES0x3B24Too many resources defined for package.
ERROR_MCA_INVALID_CAPABILITIES_STRING0x3B60The 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_VERSION0x3B61The monitor's VCP Version (0xDF) VCP code returned an invalid version value.
ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION0x3B62The monitor does not comply with the MCCS specification it claims to support.
ERROR_MCA_MCCS_VERSION_MISMATCH0x3B63The 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_VERSION0x3B64The 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_ERROR0x3B65An internal Monitor Configuration API error occurred.
ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED0x3B66The 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_TEMPERATURE0x3B67The caller of [**SetMonitorColorTemperature**](/windows/win32/api/highlevelmonitorconfigurationapi/nf-highlevelmonitorconfigurationapi-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_DEVICE0x3B92The requested system device cannot be identified due to multiple indistinguishable devices potentially matching the identification criteria.
ERROR_SYSTEM_DEVICE_NOT_FOUND0x3BC3The requested system device cannot be found.
ERROR_HASH_NOT_SUPPORTED0x3BC4Hash generation for the specified hash version and hash type is not enabled on the server.
ERROR_HASH_NOT_PRESENT0x3BC5The hash requested from the server is not available or no longer valid.
ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED0x3BD9The secondary interrupt controller instance that manages the specified interrupt is not registered.
ERROR_GPIO_CLIENT_INFORMATION_INVALID0x3BDAThe information supplied by the GPIO client driver is invalid.
ERROR_GPIO_VERSION_NOT_SUPPORTED0x3BDBThe version specified by the GPIO client driver is not supported.
ERROR_GPIO_INVALID_REGISTRATION_PACKET0x3BDCThe registration packet supplied by the GPIO client driver is not valid.
ERROR_GPIO_OPERATION_DENIED0x3BDDThe requested operation is not supported for the specified handle.
ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE0x3BDEThe requested connect mode conflicts with an existing mode on one or more of the specified pins.
ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED0x3BDFThe interrupt requested to be unmasked is not masked.
ERROR_CANNOT_SWITCH_RUNLEVEL0x3C28The requested run level switch cannot be completed successfully.
ERROR_INVALID_RUNLEVEL_SETTING0x3C29The 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_TIMEOUT0x3C2AThe 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_TIMEOUT0x3C2BA run level switch agent did not respond within the specified timeout.
ERROR_RUNLEVEL_SWITCH_IN_PROGRESS0x3C2CA run level switch is currently in progress.
ERROR_SERVICES_FAILED_AUTOSTART0x3C2DOne or more services failed to start during the service startup phase of a run level switch.
ERROR_COM_TASK_STOP_PENDING0x3C8DThe task stop request cannot be completed immediately since task needs more time to shutdown.
ERROR_INSTALL_OPEN_PACKAGE_FAILED0x3CF0Package could not be opened.
ERROR_INSTALL_PACKAGE_NOT_FOUND0x3CF1Package was not found.
ERROR_INSTALL_INVALID_PACKAGE0x3CF2Package data is invalid.
ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED0x3CF3Package failed updates, dependency or conflict validation.
ERROR_INSTALL_OUT_OF_DISK_SPACE0x3CF4There is not enough disk space on your computer. Please free up some space and try again.
ERROR_INSTALL_NETWORK_FAILURE0x3CF5There was a problem downloading your product.
ERROR_INSTALL_REGISTRATION_FAILURE0x3CF6Package could not be registered.
ERROR_INSTALL_DEREGISTRATION_FAILURE0x3CF7Package could not be unregistered.
ERROR_INSTALL_CANCEL0x3CF8User cancelled the install request.
ERROR_INSTALL_FAILED0x3CF9Install failed. Please contact your software vendor.
ERROR_REMOVE_FAILED0x3CFARemoval failed. Please contact your software vendor.
ERROR_PACKAGE_ALREADY_EXISTS0x3CFBThe provided package is already installed, and reinstallation of the package was blocked. Check the AppXDeployment-Server event log for details.
ERROR_NEEDS_REMEDIATION0x3CFCThe application cannot be started. Try reinstalling the application to fix the problem.
ERROR_INSTALL_PREREQUISITE_FAILED0x3CFDA Prerequisite for an install could not be satisfied.
ERROR_PACKAGE_REPOSITORY_CORRUPTED0x3CFEThe package repository is corrupted.
ERROR_INSTALL_POLICY_FAILURE0x3CFFTo install this application you need either a Windows developer license or a sideloading-enabled system.
ERROR_PACKAGE_UPDATING0x3D00The application cannot be started because it is currently updating.
ERROR_DEPLOYMENT_BLOCKED_BY_POLICY0x3D01The package deployment operation is blocked by policy. Please contact your system administrator.
ERROR_PACKAGES_IN_USE0x3D02The package could not be installed because resources it modifies are currently in use.
ERROR_RECOVERY_FILE_CORRUPT0x3D03The package could not be recovered because necessary data for recovery have been corrupted.
ERROR_INVALID_STAGED_SIGNATURE0x3D04The 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_FAILED0x3D05An error occurred while deleting the package's previously existing application data.
ERROR_INSTALL_PACKAGE_DOWNGRADE0x3D06The package could not be installed because a higher version of this package is already installed.
ERROR_SYSTEM_NEEDS_REMEDIATION0x3D07An error in a system binary was detected. Try refreshing the PC to fix the problem.
ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN0x3D08A corrupted CLR NGEN binary was detected on the system.
ERROR_RESILIENCY_FILE_CORRUPT0x3D09The operation could not be resumed because necessary data for recovery have been corrupted.
ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING0x3D0AThe package could not be installed because the Windows Firewall service is not running. Enable the Windows Firewall service and try again.
APPMODEL_ERROR_NO_PACKAGE0x3D54The process has no package identity.
APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT0x3D55The package runtime information is corrupted.
APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT0x3D56The package identity is corrupted.
APPMODEL_ERROR_NO_APPLICATION0x3D57The process has no application identity.
ERROR_STATE_LOAD_STORE_FAILED0x3DB8Loading the state store failed.
ERROR_STATE_GET_VERSION_FAILED0x3DB9Retrieving the state version for the application failed.
ERROR_STATE_SET_VERSION_FAILED0x3DBASetting the state version for the application failed.
ERROR_STATE_STRUCTURED_RESET_FAILED0x3DBBResetting the structured state of the application failed.
ERROR_STATE_OPEN_CONTAINER_FAILED0x3DBCState Manager failed to open the container.
ERROR_STATE_CREATE_CONTAINER_FAILED0x3DBDState Manager failed to create the container.
ERROR_STATE_DELETE_CONTAINER_FAILED0x3DBEState Manager failed to delete the container.
ERROR_STATE_READ_SETTING_FAILED0x3DBFState Manager failed to read the setting.
ERROR_STATE_WRITE_SETTING_FAILED0x3DC0State Manager failed to write the setting.
ERROR_STATE_DELETE_SETTING_FAILED0x3DC1State Manager failed to delete the setting.
ERROR_STATE_QUERY_SETTING_FAILED0x3DC2State Manager failed to query the setting.
ERROR_STATE_READ_COMPOSITE_SETTING_FAILED0x3DC3State Manager failed to read the composite setting.
ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED0x3DC4State Manager failed to write the composite setting.
ERROR_STATE_ENUMERATE_CONTAINER_FAILED0x3DC5State Manager failed to enumerate the containers.
ERROR_STATE_ENUMERATE_SETTINGS_FAILED0x3DC6State Manager failed to enumerate the settings.
ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED0x3DC7The size of the state manager composite setting value has exceeded the limit.
ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED0x3DC8The size of the state manager setting value has exceeded the limit.
ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED0x3DC9The length of the state manager setting name has exceeded the limit.
ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED0x3DCAThe length of the state manager container name has exceeded the limit.
ERROR_API_UNAVAILABLE0x3DE1This API cannot be used in the context of the caller's application type.
415 entries

Article text from the Win32 documentation (opens in a new tab), by Microsoft, under the CC BY 4.0 (opens in a new tab) licence.