This is page contains raw error codes. It is meant as a software developer reference, not a customer support site.
| Code | HRESULT | Description | #define |
|---|---|---|---|
| 1 | 0x00020001 | HYPERVISOR_ERROR | HYPERVISOR_ERROR |
| 1 | 0x80020001 | Unknown interface. | DISP_E_UNKNOWNINTERFACE |
| 3 | 0x80020003 | Member not found. | DISP_E_MEMBERNOTFOUND |
| 4 | 0x80020004 | Parameter not found. | DISP_E_PARAMNOTFOUND |
| 5 | 0x80020005 | Type mismatch. | DISP_E_TYPEMISMATCH |
| 6 | 0x80020006 | Unknown name. | DISP_E_UNKNOWNNAME |
| 7 | 0x80020007 | No named arguments. | DISP_E_NONAMEDARGS |
| 8 | 0x80020008 | Bad variable type. | DISP_E_BADVARTYPE |
| 9 | 0x80020009 | Exception occurred. | DISP_E_EXCEPTION |
| 10 | 0x8002000A | Out of present range. | DISP_E_OVERFLOW |
| 11 | 0x8002000B | Invalid index. | DISP_E_BADINDEX |
| 12 | 0x8002000C | Unknown language. | DISP_E_UNKNOWNLCID |
| 13 | 0x8002000D | Memory is locked. | DISP_E_ARRAYISLOCKED |
| 14 | 0x8002000E | Invalid number of parameters. | DISP_E_BADPARAMCOUNT |
| 15 | 0x8002000F | Parameter not optional. | DISP_E_PARAMNOTOPTIONAL |
| 16 | 0x80020010 | Invalid callee. | DISP_E_BADCALLEE |
| 17 | 0x80020011 | Does not support a collection. | DISP_E_NOTACOLLECTION |
| 18 | 0x80020012 | Division by zero. | DISP_E_DIVBYZERO |
| 19 | 0x80020013 | Buffer too small | DISP_E_BUFFERTOOSMALL |
| 257 | 0x80020101 | OLESCRIPT_E_SYNTAX | |
| 32790 | 0x80028016 | Buffer too small. | TYPE_E_BUFFERTOOSMALL |
| 32791 | 0x80028017 | Field name not defined in the record. | TYPE_E_FIELDNOTFOUND |
| 32792 | 0x80028018 | Old format or invalid type library. | TYPE_E_INVDATAREAD |
| 32793 | 0x80028019 | Old format or invalid type library. | TYPE_E_UNSUPFORMAT |
| 32796 | 0x8002801C | Error accessing the OLE registry. | TYPE_E_REGISTRYACCESS |
| 32797 | 0x8002801D | Library not registered. | TYPE_E_LIBNOTREGISTERED |
| 32807 | 0x80028027 | Bound to unknown type. | TYPE_E_UNDEFINEDTYPE |
| 32808 | 0x80028028 | Qualified name disallowed. | TYPE_E_QUALIFIEDNAMEDISALLOWED |
| 32809 | 0x80028029 | Invalid forward reference, or reference to uncompiled type. | TYPE_E_INVALIDSTATE |
| 32810 | 0x8002802A | Type mismatch. | TYPE_E_WRONGTYPEKIND |
| 32811 | 0x8002802B | Element not found. | TYPE_E_ELEMENTNOTFOUND |
| 32812 | 0x8002802C | Ambiguous name. | TYPE_E_AMBIGUOUSNAME |
| 32813 | 0x8002802D | Name already exists in the library. | TYPE_E_NAMECONFLICT |
| 32814 | 0x8002802E | Unknown LCID. | TYPE_E_UNKNOWNLCID |
| 32815 | 0x8002802F | Function not defined in specified DLL. | TYPE_E_DLLFUNCTIONNOTFOUND |
| 35005 | 0x800288BD | Wrong module kind for the operation. | TYPE_E_BADMODULEKIND |
| 35013 | 0x800288C5 | Size may not exceed 64K. | TYPE_E_SIZETOOBIG |
| 35014 | 0x800288C6 | Duplicate ID in inheritance hierarchy. | TYPE_E_DUPLICATEID |
| 35023 | 0x800288CF | Incorrect inheritance depth in standard OLE hmember. | TYPE_E_INVALIDID |
| 36000 | 0x80028CA0 | Type mismatch. | TYPE_E_TYPEMISMATCH |
| 36001 | 0x80028CA1 | Invalid number of arguments. | TYPE_E_OUTOFBOUNDS |
| 36002 | 0x80028CA2 | I/O Error. | TYPE_E_IOERROR |
| 36003 | 0x80028CA3 | Error creating unique tmp file. | TYPE_E_CANTCREATETMPFILE |
| 40010 | 0x80029C4A | Error loading type library/DLL. | TYPE_E_CANTLOADLIBRARY |
| 40067 | 0x80029C83 | Inconsistent property functions. | TYPE_E_INCONSISTENTPROPFUNCS |
| 40068 | 0x80029C84 | Circular dependency between types/modules. | TYPE_E_CIRCULARTYPE |
No comments:
Post a Comment