Enum tau_engine::ErrorKind [−][src]
pub enum ErrorKind {
Parse(Parse),
Rule,
Token(Token),
Validation,
}Expand description
The Kind of tau_engine::Error.
Variants
Parsing Errors
Invalid rule
Tokenising Errors
Failed to validate the rule
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Kind
impl UnwindSafe for Kind
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more