regex_
automata
0.4.10
Module error
Module Items
Structs
Enums
In regex_
automata::
meta
regex_automata
::
meta
Module
error
Copy item path
Source
Structs
§
Build
Error
An error that occurs when construction of a
Regex
fails.
Retry
Fail
Error
🔒
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.
Retry
Quadratic
Error
🔒
An error that occurs when potential quadratic behavior has been detected when applying either the “reverse suffix” or “reverse inner” optimizations.
Enums
§
Build
Error
Kind
🔒
Retry
Error
🔒
An error that occurs when a search should be retried.