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 | 0x80220000 | Unspecified internal error in the state engine. | WCM_E_INTERNALERROR |
1 | 0x80220001 | State node is not found. | WCM_E_STATENODENOTFOUND |
2 | 0x80220002 | State node is not allowed. | WCM_E_STATENODENOTALLOWED |
3 | 0x80220003 | Attribute is not found. | WCM_E_ATTRIBUTENOTFOUND |
4 | 0x80220004 | Attribute is not allowed. | WCM_E_ATTRIBUTENOTALLOWED |
5 | 0x80220005 | Valie is invalid. | WCM_E_INVALIDVALUE |
6 | 0x80220006 | Value is in invalid format. | WCM_E_INVALIDVALUEFORMAT |
7 | 0x80220007 | XSD type is missing in metadata. | WCM_E_TYPENOTSPECIFIED |
8 | 0x80220008 | Data type is unexpected, or existing data does not match the type. | WCM_E_INVALIDDATATYPE |
9 | 0x80220009 | Enumerator is not positioned. | WCM_E_NOTPOSITIONED |
10 | 0x8022000A | Cannot update a read-only setting or attribute. | WCM_E_READONLYITEM |
11 | 0x8022000B | Name or path of a state node is in invalid format. | WCM_E_INVALIDPATH |
12 | 0x8022000C | Wrong XML escape sequence in string. | WCM_E_WRONGESCAPESTRING |
13 | 0x8022000D | Invalid version format. | WCM_E_INVALIDVERSIONFORMAT |
14 | 0x8022000E | Invalid language string format. | WCM_E_INVALIDLANGUAGEFORMAT |
15 | 0x8022000F | Not allowed to change value in a key member. | WCM_E_KEYNOTCHANGEABLE |
16 | 0x80220010 | Expression is not defined. | WCM_E_EXPRESSIONNOTFOUND |
17 | 0x80220011 | Substitution is not defined. | WCM_E_SUBSTITUTIONNOTFOUND |
18 | 0x80220012 | User is already registered. | WCM_E_USERALREADYREGISTERED |
19 | 0x80220013 | User is not registered. | WCM_E_USERNOTFOUND |
20 | 0x80220014 | Namespace is not registered. | WCM_E_NAMESPACENOTFOUND |
21 | 0x80220015 | Namespace is already registered. | WCM_E_NAMESPACEALREADYREGISTERED |
22 | 0x80220016 | State store is in corrupted state. | WCM_E_STORECORRUPTED |
23 | 0x80220017 | Expression format is invalid. | WCM_E_INVALIDEXPRESSIONSYNTAX |
24 | 0x80220018 | No matching Notification found. | WCM_E_NOTIFICATIONNOTFOUND |
25 | 0x80220019 | New restriction is conflicting with existing restriction. | WCM_E_CONFLICTINGASSERTION |
26 | 0x8022001A | Assertion Validation failed. | WCM_E_ASSERTIONFAILED |
27 | 0x8022001B | Name already exists. | WCM_E_DUPLICATENAME |
28 | 0x8022001C | Member referenced by the key does not match the complexType definition. | WCM_E_INVALIDKEY |
29 | 0x8022001D | Tried to load invalid data from stream. | WCM_E_INVALIDSTREAM |
30 | 0x8022001E | Handler is not defined. | WCM_E_HANDLERNOTFOUND |
31 | 0x8022001F | Handler attribute is of invalid syntax. | WCM_E_INVALIDHANDLERSYNTAX |
32 | 0x80220020 | Validation of metadata failed. | WCM_E_VALIDATIONFAILED |
33 | 0x80220021 | Invalid setting value on restriction. | WCM_E_RESTRICTIONFAILED |
34 | 0x80220022 | XSD/XML Manifest compilation failed. | WCM_E_MANIFESTCOMPILATIONFAILED |
35 | 0x80220023 | Cyclic reference detected. | WCM_E_CYCLICREFERENCE |
36 | 0x80220024 | Assertions using shared and per-user settings are not supported | WCM_E_MIXTYPEASSERTION |
37 | 0x80220025 | Not supported function is found | WCM_E_NOTSUPPORTEDFUNCTION |
38 | 0x80220026 | A value is too big to process | WCM_E_VALUETOOBIG |
39 | 0x80220027 | Invalid attribute combination | WCM_E_INVALIDATTRIBUTECOMBINATION |
40 | 0x80220028 | Current operation should be aborted | WCM_E_ABORTOPERATION |
41 | 0x80220029 | CONFIGURATION and or related tags are missing | WCM_E_MISSINGCONFIGURATION |
42 | 0x8022002A | The processor architecture attribute has an invalid value | WCM_E_INVALIDPROCESSORFORMAT |
43 | 0x8022002B | The source manifest has empty value | WCM_E_SOURCEMANEMPTYVALUE |
4096 | 0x00221000 | Unspecified internal warning in the state engine. | WCM_S_INTERNALERROR |
4097 | 0x00221001 | Attribute not found | WCM_S_ATTRIBUTENOTFOUND |
4098 | 0x00221002 | Legacy setting usage for this case may have unpredictable results | WCM_S_LEGACYSETTINGWARNING |
4099 | 0x80221003 | Unknown value | WCM_E_UNKNOWNRESULT |
4100 | 0x00221004 | Invalid attribute combination | WCM_S_INVALIDATTRIBUTECOMBINATION |
4101 | 0x00221005 | Attribute is not allowed. | WCM_S_ATTRIBUTENOTALLOWED |
4102 | 0x00221006 | Attribute is not allowed. | WCM_S_NAMESPACENOTFOUND |
No comments:
Post a Comment