StyleError#

class StyleError#

Error codes that occurs while parsing the style in VectorRenderer.

Methods#

class StyleError
quark() int#

Fields#

class StyleError
FAILED#

An unspecified error occurred during the operation.

INVALID_EXPRESSION#

An invalid or unrecognized expression was encountered.

MALFORMED_STYLE#

A JSON node in the style has the wrong type (e.g. an object where there should be an array).

SUPPORT_OMITTED#

Libshumate was compiled without vector tile support. As of 1.6, vector tile support is always enabled and this error never occurs.

UNSUPPORTED#

An unsupported style spec feature was encountered.

UNSUPPORTED_LAYER#

An unsupported layer type was encountered.