Enumeration
VteRegexError
since: 0.46
Description [src]
An enum type for regex errors. In addition to the values listed above, any PCRE2 error values may occur.
Available since: 0.46
Members
VTE_REGEX_ERROR_INCOMPATIBLE
-
The PCRE2 library was built without Unicode support which is required for VTE.
- Value:
2147483646
- Nickname:
incompatible
- Available since: 0.46
- Value:
VTE_REGEX_ERROR_NOT_SUPPORTED
-
Regexes are not supported because VTE was built without PCRE2 support.
- Value:
2147483647
- Nickname:
not-supported
- Available since: 0.46
- Value: