Structs§
- Adjust
Parse Error - Error indicating that parsing an AdjCoordinate or AdjAngle has failed
- Invalid
XmlError - An error indicating that the parsed xml document is invalid
- Limit
Violation Error - An error indicating that the xml element violates either minOccurs or maxOccurs of the schema
- Missing
Attribute Error - An error indicating that an xml element doesn’t have an attribute that’s marked as required in the schema
- Missing
Child Node Error - An error indicating that an xml element doesn’t have a child node that’s marked as required in the schema
- NotGroup
Member Error - An error indicating that an xml element is not a member of a given element group
- Parse
Bool Error - Error indicating that an xml element’s attribute is not a valid bool value Valid bool values are: true, false, 0, 1
- Parse
Enum Error - Error indicating that a string cannot be converted to an enum type
- String
Length Mismatch - Struct used to describe invalid length errors
Enums§
- MaxOccurs
- Parse
HexColor Error - Parse
HexColorRGB Error - Error indicating that parsing a str as HexColorRGB has failed
- Pattern
Restriction Error