<%GLibMarkupError>

<%GLibMarkupError>

Description

Error codes returned by markup parsing.

Members

bad-utf8

alias G_MARKUP_ERROR_BAD_UTF8

text being parsed was not valid UTF-8

empty

alias G_MARKUP_ERROR_EMPTY

document contained nothing, or only whitespace

parse

alias G_MARKUP_ERROR_PARSE

document was ill-formed

unknown-element

alias G_MARKUP_ERROR_UNKNOWN_ELEMENT

error should be set by GMarkupParser functions; element wasn't known

unknown-attribute

alias G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE

error should be set by GMarkupParser functions; attribute wasn't known

invalid-content

alias G_MARKUP_ERROR_INVALID_CONTENT

error should be set by GMarkupParser functions; content was invalid

missing-attribute

alias G_MARKUP_ERROR_MISSING_ATTRIBUTE

error should be set by GMarkupParser functions; a required attribute was missing