[][src]Module msoffice_shared::error

Structs

AdjustParseError

Error indicating that parsing an AdjCoordinate or AdjAngle has failed

InvalidXmlError

An error indicating that the parsed xml document is invalid

LimitViolationError

An error indicating that the xml element violates either minOccurs or maxOccurs of the schema

MissingAttributeError

An error indicating that an xml element doesn't have an attribute that's marked as required in the schema

MissingChildNodeError

An error indicating that an xml element doesn't have a child node that's marked as required in the schema

NotGroupMemberError

An error indicating that an xml element is not a member of a given element group

ParseBoolError

Error indicating that an xml element's attribute is not a valid bool value Valid bool values are: true, false, 0, 1

ParseEnumError

Error indicating that a string cannot be converted to an enum type

Enums

Limit
XmlError

Chained error type for all possible xml error