Enum regex::Error [−][src]
Expand description
An error that occurred during parsing or compiling a regular expression.
Variants
Syntax(String)
Tuple Fields
0: StringA syntax error.
CompiledTooBig(usize)
Tuple Fields
0: usizeThe compiled program exceeded the set size limit. The argument is the size limit imposed.
Trait Implementations
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
👎 Deprecated since 1.33.0:
replaced by Error::source, which can support downcasting
The lower-level source of this error, if any. Read more
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
