Edit

COM Error Codes (Security and Setup)

The following table provides a list of error codes used by COM-based APIs.

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

Constant/value Description
ERROR_AUDITING_DISABLED
0xC0090001
The specified event is currently not being audited.
ERROR_ALL_SIDS_FILTERED
0xC0090002
The SID filtering operation removed all SIDs.
ERROR_BIZRULES_NOT_ENABLED
0xC0090003
Business rule scripts are disabled for the calling application.
APPX_E_PACKAGING_INTERNAL
0x80080200
The packaging API has encountered an internal error.
APPX_E_INTERLEAVING_NOT_ALLOWED
0x80080201
The file is not a valid package because its contents are interleaved.
APPX_E_RELATIONSHIPS_NOT_ALLOWED
0x80080202
The file is not a valid package because it contains OPC relationships.
APPX_E_MISSING_REQUIRED_FILE
0x80080203
The file is not a valid package because it is missing a manifest or block map, or missing a signature file when the code integrity file is present.
APPX_E_INVALID_MANIFEST
0x80080204
The package's manifest is invalid.
APPX_E_INVALID_BLOCKMAP
0x80080205
The package's block map is invalid.
APPX_E_CORRUPT_CONTENT
0x80080206
The package's content cannot be read because it is corrupt.
APPX_E_BLOCK_HASH_INVALID
0x80080207
The computed hash value of the block does not match the one stored in the block map.
APPX_E_REQUESTED_RANGE_TOO_LARGE
0x80080208
The requested byte range is over 4GB when translated to byte range of blocks.
APPX_E_INVALID_SIP_CLIENT_DATA
0x80080209
The SIP_SUBJECTINFO structure used to sign the package didn't contain the required data.
E_APPLICATION_ACTIVATION_TIMED_OUT
0x8027025A
The app didn't start in the required time.
E_APPLICATION_ACTIVATION_EXEC_FAILURE
0x8027025B
The app didn't start.
E_APPLICATION_TEMPORARY_LICENSE_ERROR
0x8027025C
This app failed to launch because of an issue with its license. Please try again in a moment.
NTE_BAD_UID
0x80090001
Bad UID.
NTE_BAD_HASH
0x80090002
Bad Hash.
NTE_BAD_KEY
0x80090003
Bad Key.
NTE_BAD_LEN
0x80090004
Bad Length.
NTE_BAD_DATA
0x80090005
Bad Data.