Module: GLib::MarkupError

Defined in:
(unknown)

Constant Summary collapse

BAD_UTF8 =

text being parsed was not valid UTF-8

0 or :bad_utf8
EMPTY =

document contained nothing, or only whitespace

1 or :empty
PARSE =

document was ill-formed

2 or :parse
UNKNOWN_ELEMENT =

error should be set by GMarkup::Parser

functions; element wasn't known
3 or :unknown_element
UNKNOWN_ATTRIBUTE =

error should be set by GMarkup::Parser

functions; attribute wasn't known
4 or :unknown_attribute
INVALID_CONTENT =

error should be set by GMarkup::Parser

functions; content was invalid
5 or :invalid_content
MISSING_ATTRIBUTE =

error should be set by GMarkup::Parser

functions; a required attribute was missing
6 or :missing_attribute