RegexError#

Added in version 0.46.

class RegexError#

An enum type for regex errors. In addition to the values listed above, any PCRE2 error values may occur.

Methods#

class RegexError
quark() int#

Fields#

class RegexError
INCOMPATIBLE#

The PCRE2 library was built without Unicode support which is required for VTE

NOT_SUPPORTED#

Regexes are not supported because VTE was built without PCRE2 support