This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
| Code | HRESULT | Description | #define |
|---|---|---|---|
| 0 | 0x00080000 | NOTE: This dummy error message is necessary to force MC to output the above defines inside the FACILITY_WINDOWS guard instead of leaving it empty. | NOT_AN_ERROR |
| 1 | 0x80080001 | Attempt to create a class object failed | CO_E_CLASS_CREATE_FAILED |
| 2 | 0x80080002 | OLE service could not bind object | CO_E_SCM_ERROR |
| 3 | 0x80080003 | RPC communication failed with OLE service | CO_E_SCM_RPC_FAILURE |
| 4 | 0x80080004 | Bad path to object | CO_E_BAD_PATH |
| 5 | 0x80080005 | Server execution failed | CO_E_SERVER_EXEC_FAILURE |
| 6 | 0x80080006 | OLE service could not communicate with the object server | CO_E_OBJSRV_RPC_FAILURE |
| 7 | 0x80080007 | Moniker path could not be normalized | MK_E_NO_NORMALIZED |
| 8 | 0x80080008 | Object server is stopping when OLE service contacts it | CO_E_SERVER_STOPPING |
| 9 | 0x80080009 | An invalid root block pointer was specified | MEM_E_INVALID_ROOT |
| 16 | 0x80080010 | An allocation chain contained an invalid link pointer | MEM_E_INVALID_LINK |
| 17 | 0x80080011 | The requested allocation size was too large | MEM_E_INVALID_SIZE |
| 18 | 0x00080012 | Not all the requested interfaces were available | CO_S_NOTALLINTERFACES |
| 19 | 0x00080013 | The specified machine name was not found in the cache. | CO_S_MACHINENAMENOTFOUND |
| 21 | 0x80080015 | The activation requires a display name to be present under the CLSID key. | CO_E_MISSING_DISPLAYNAME |
| 22 | 0x80080016 | The activation requires that the RunAs value for the application is Activate As Activator. | CO_E_RUNAS_VALUE_MUST_BE_AAA |
| 23 | 0x80080017 | The class is not configured to support Elevated activation. | CO_E_ELEVATION_DISABLED |
| 512 | 0x80080200 | Appx packaging API has encountered an internal error. | APPX_E_PACKAGING_INTERNAL |
| 513 | 0x80080201 | The file is not a valid Appx package because its contents are interleaved. | APPX_E_INTERLEAVING_NOT_ALLOWED |
| 514 | 0x80080202 | The file is not a valid Appx package because it contains OPC relationships. | APPX_E_RELATIONSHIPS_NOT_ALLOWED |
| 515 | 0x80080203 | The file is not a valid Appx package because it is missing a manifest or block map. | APPX_E_MISSING_REQUIRED_FILE |
| 516 | 0x80080204 | The Appx package's manifest is invalid. | APPX_E_INVALID_MANIFEST |
| 517 | 0x80080205 | The Appx package's block map is invalid. | APPX_E_INVALID_BLOCKMAP |
| 518 | 0x80080206 | The Appx package's content cannot be read because it is corrupt. | APPX_E_CORRUPT_CONTENT |
| 519 | 0x80080207 | The computed hash value of the block does not match the one stored in the block map. | APPX_E_BLOCK_HASH_INVALID |
| 520 | 0x80080208 | The requested byte range is over 4GB when translated to byte range of blocks. | APPX_E_REQUESTED_RANGE_TOO_LARGE |
| 2350 | 0x0008092E | NOTE: This dummy error message is necessary to force MC to output the above defines inside the FACILITY_WINDOWS guard instead of leaving it empty. | NOT_N_PARSE_ERROR |
| 5632 | 0x00081600 | NOTE: This dummy error message is necessary to force MC to output the above defines inside the FACILITY_WINDOWS guard instead of leaving it empty. | NOT_AN_ERROR1 |
No comments:
Post a Comment