Module regex_automata::meta::error
source · Structs§
- An error that occurs when construction of a
Regex
fails. - An error that occurs when a regex engine “gives up” for some reason before finishing a search. Usually this occurs because of heuristic Unicode word boundary support or because of ineffective cache usage in the lazy DFA.
- An error that occurs when potential quadratic behavior has been detected when applying either the “reverse suffix” or “reverse inner” optimizations.
Enums§
- An error that occurs when a search should be retried.