CssParserError#

class CssParserError#

Errors that can occur while parsing CSS.

These errors are unexpected and will cause parts of the given CSS to be ignored.

Fields#

class CssParserError
FAILED#

Unknown failure.

IMPORT#

Failed to import a resource

NAME#

The given name has not been defined

SYNTAX#

The given text does not form valid syntax

UNKNOWN_VALUE#

The given value is not correct