Packages
glib-2.0
GLib
MarkupError
BAD_UTF8
EMPTY
INVALID_CONTENT
MISSING_ATTRIBUTE
PARSE
UNKNOWN_ATTRIBUTE
UNKNOWN_ELEMENT
quark
MarkupError
Description:
[
CCode
( has_type_id =
false
) ]
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
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
PARSE
-
document was ill-formed
UNKNOWN_ATTRIBUTE
-
error should be set by
MarkupParser
functions; attribute wasn't known
UNKNOWN_ELEMENT
-
error should be set by
MarkupParser
functions; element wasn't known
Static methods:
public
static
Quark
quark
()