GLib.MarkupError – glib-2.0 Reference Manual
Packages
glib-2.0
GLib
MarkupError
BAD_UTF8
EMPTY
INVALID_CONTENT
MISSING_ATTRIBUTE
PARSE
UNKNOWN_ATTRIBUTE
UNKNOWN_ELEMENT
MarkupError
Description:
public
errordomain
MarkupError
Error codes returned by markup parsing.
Namespace:
GLib
Package:
glib-2.0
Content:
Error codes:
BAD_UTF8
-
text being parsed was not valid UTF-8
EMPTY
-
document contained nothing, or only whitespace
PARSE
-
document was ill-formed
UNKNOWN_ELEMENT
-
error should be set by
MarkupParser
functions; element wasn't known
UNKNOWN_ATTRIBUTE
-
error should be set by
MarkupParser
functions; attribute wasn't known
INVALID_CONTENT
-
error should be set by
MarkupParser
functions; content was invalid
MISSING_ATTRIBUTE
-
error should be set by
MarkupParser
functions; a required attribute was missing