ParseError#

class ParseError#

The different parsing errors that can occur.

Methods#

class ParseError
quark() int#

Get the error quark used by the parsing subsystem.

Fields#

class ParseError
COULD_NOT_SET_PROPERTY#

There was an error setting a property

A delayed link did not get resolved.

EMPTY#

An empty description was specified

EMPTY_BIN#

An empty bin was specified.

There was an error linking two pads.

NO_SUCH_ELEMENT#

The description contained an unknown element

NO_SUCH_PROPERTY#

An element did not have a specified property

SYNTAX#

A syntax error occurred.