1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
// WARNING: this file is auto-generated by xtask gen and may be overwritten
use *;
/// Manifest Parse Error : A string literal was expected, but no opening quote character was found.
pub const E_MISSINGQUOTE : ErrorCode = from_constant; // ERROR_SXS_XML_E_MISSINGQUOTE
/// Manifest Parse Error : Incorrect syntax was used in a comment.
pub const E_COMMENTSYNTAX : ErrorCode = from_constant; // ERROR_SXS_XML_E_COMMENTSYNTAX
/// Manifest Parse Error : A name was started with an invalid character.
pub const E_BADSTARTNAMECHAR : ErrorCode = from_constant; // ERROR_SXS_XML_E_BADSTARTNAMECHAR
/// Manifest Parse Error : A name contained an invalid character.
pub const E_BADNAMECHAR : ErrorCode = from_constant; // ERROR_SXS_XML_E_BADNAMECHAR
/// Manifest Parse Error : A string literal contained an invalid character.
pub const E_BADCHARINSTRING : ErrorCode = from_constant; // ERROR_SXS_XML_E_BADCHARINSTRING
/// Manifest Parse Error : Invalid syntax for an xml declaration.
pub const E_XMLDECLSYNTAX : ErrorCode = from_constant; // ERROR_SXS_XML_E_XMLDECLSYNTAX
/// Manifest Parse Error : An Invalid character was found in text content.
pub const E_BADCHARDATA : ErrorCode = from_constant; // ERROR_SXS_XML_E_BADCHARDATA
/// Manifest Parse Error : Required white space was missing.
pub const E_MISSINGWHITESPACE : ErrorCode = from_constant; // ERROR_SXS_XML_E_MISSINGWHITESPACE
/// Manifest Parse Error : The character '>' was expected.
pub const E_EXPECTINGTAGEND : ErrorCode = from_constant; // ERROR_SXS_XML_E_EXPECTINGTAGEND
/// Manifest Parse Error : A semi colon character was expected.
pub const E_MISSINGSEMICOLON : ErrorCode = from_constant; // ERROR_SXS_XML_E_MISSINGSEMICOLON
/// Manifest Parse Error : Unbalanced parentheses.
pub const E_UNBALANCEDPAREN : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNBALANCEDPAREN
/// Manifest Parse Error : Internal error.
pub const E_INTERNALERROR : ErrorCode = from_constant; // ERROR_SXS_XML_E_INTERNALERROR
/// Manifest Parse Error : Whitespace is not allowed at this location.
pub const E_UNEXPECTED_WHITESPACE : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE
/// Manifest Parse Error : End of file reached in invalid state for current encoding.
pub const E_INCOMPLETE_ENCODING : ErrorCode = from_constant; // ERROR_SXS_XML_E_INCOMPLETE_ENCODING
/// Manifest Parse Error : Missing parenthesis.
pub const E_MISSING_PAREN : ErrorCode = from_constant; // ERROR_SXS_XML_E_MISSING_PAREN
/// Manifest Parse Error : A single or double closing quote character (\' or \") is missing.
pub const E_EXPECTINGCLOSEQUOTE : ErrorCode = from_constant; // ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE
/// Manifest Parse Error : Multiple colons are not allowed in a name.
pub const E_MULTIPLE_COLONS : ErrorCode = from_constant; // ERROR_SXS_XML_E_MULTIPLE_COLONS
/// Manifest Parse Error : Invalid character for decimal digit.
pub const E_INVALID_DECIMAL : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALID_DECIMAL
/// Manifest Parse Error : Invalid character for hexadecimal digit.
pub const E_INVALID_HEXIDECIMAL : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALID_HEXIDECIMAL
/// Manifest Parse Error : Invalid unicode character value for this platform.
pub const E_INVALID_UNICODE : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALID_UNICODE
/// Manifest Parse Error : Expecting whitespace or '?'.
pub const E_WHITESPACEORQUESTIONMARK : ErrorCode = from_constant; // ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK
/// Manifest Parse Error : End tag was not expected at this location.
pub const E_UNEXPECTEDENDTAG : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNEXPECTEDENDTAG
/// Manifest Parse Error : The following tags were not closed: `%1`.
pub const E_UNCLOSEDTAG : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNCLOSEDTAG
/// Manifest Parse Error : Duplicate attribute.
pub const E_DUPLICATEATTRIBUTE : ErrorCode = from_constant; // ERROR_SXS_XML_E_DUPLICATEATTRIBUTE
/// Manifest Parse Error : Only one top level element is allowed in an XML document.
pub const E_MULTIPLEROOTS : ErrorCode = from_constant; // ERROR_SXS_XML_E_MULTIPLEROOTS
/// Manifest Parse Error : Invalid at the top level of the document.
pub const E_INVALIDATROOTLEVEL : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALIDATROOTLEVEL
/// Manifest Parse Error : Invalid xml declaration.
pub const E_BADXMLDECL : ErrorCode = from_constant; // ERROR_SXS_XML_E_BADXMLDECL
/// Manifest Parse Error : XML document must have a top level element.
pub const E_MISSINGROOT : ErrorCode = from_constant; // ERROR_SXS_XML_E_MISSINGROOT
/// Manifest Parse Error : Unexpected end of file.
pub const E_UNEXPECTEDEOF : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNEXPECTEDEOF
/// Manifest Parse Error : Parameter entities cannot be used inside markup declarations in an internal subset.
pub const E_BADPEREFINSUBSET : ErrorCode = from_constant; // ERROR_SXS_XML_E_BADPEREFINSUBSET
/// Manifest Parse Error : Element was not closed.
pub const E_UNCLOSEDSTARTTAG : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNCLOSEDSTARTTAG
/// Manifest Parse Error : End element was missing the character '>'.
pub const E_UNCLOSEDENDTAG : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNCLOSEDENDTAG
/// Manifest Parse Error : A string literal was not closed.
pub const E_UNCLOSEDSTRING : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNCLOSEDSTRING
/// Manifest Parse Error : A comment was not closed.
pub const E_UNCLOSEDCOMMENT : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNCLOSEDCOMMENT
/// Manifest Parse Error : A declaration was not closed.
pub const E_UNCLOSEDDECL : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNCLOSEDDECL
/// Manifest Parse Error : A CDATA section was not closed.
pub const E_UNCLOSEDCDATA : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNCLOSEDCDATA
/// Manifest Parse Error : The namespace prefix is not allowed to start with the reserved string "xml".
pub const E_RESERVEDNAMESPACE : ErrorCode = from_constant; // ERROR_SXS_XML_E_RESERVEDNAMESPACE
/// Manifest Parse Error : System does not support the specified encoding.
pub const E_INVALIDENCODING : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALIDENCODING
/// Manifest Parse Error : Switch from current encoding to specified encoding not supported.
pub const E_INVALIDSWITCH : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALIDSWITCH
/// Manifest Parse Error : The name 'xml' is reserved and must be lower case.
pub const E_BADXMLCASE : ErrorCode = from_constant; // ERROR_SXS_XML_E_BADXMLCASE
/// Manifest Parse Error : The standalone attribute must have the value 'yes' or 'no'.
pub const E_INVALID_STANDALONE : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALID_STANDALONE
/// Manifest Parse Error : The standalone attribute cannot be used in external entities.
pub const E_UNEXPECTED_STANDALONE : ErrorCode = from_constant; // ERROR_SXS_XML_E_UNEXPECTED_STANDALONE
/// Manifest Parse Error : Invalid version number.
pub const E_INVALID_VERSION : ErrorCode = from_constant; // ERROR_SXS_XML_E_INVALID_VERSION
/// Manifest Parse Error : Missing equals sign between attribute and attribute value.
pub const E_MISSINGEQUALS : ErrorCode = from_constant; // ERROR_SXS_XML_E_MISSINGEQUALS