XMLError
Description:
[ CCode ( cprefix = "GUPNP_XML_ERROR_" ) ]
public errordomain XMLError
Error codes used for errors in the GUPNP_XML_ERROR
domain, during processing of XML data.
Content:
Error codes:
- EMPTY_NODE - An XML node is unexpectedly
empty.
- INVALID_ATTRIBUTE - An XML node
has an unknown attribute.
- NO_NODE - A required XML node was not found.
- OTHER - Unknown/unhandled XML related errors.
- PARSE - Generic XML parsing error.
Static methods:
- public static Quark quark ()