Enum nom::ErrorKind
[−]
[src]
pub enum ErrorKind<E = u32> {
Custom(E),
Tag,
MapRes,
MapOpt,
Alt,
IsNot,
IsA,
SeparatedList,
SeparatedNonEmptyList,
Many1,
Count,
TakeUntilAndConsume,
TakeUntil,
TakeUntilEitherAndConsume,
TakeUntilEither,
LengthValue,
TagClosure,
Alpha,
Digit,
HexDigit,
OctDigit,
AlphaNumeric,
Space,
MultiSpace,
LengthValueFn,
Eof,
ExprOpt,
ExprRes,
CondReduce,
Switch,
TagBits,
OneOf,
NoneOf,
Char,
CrLf,
RegexpMatch,
RegexpMatches,
RegexpFind,
RegexpCapture,
RegexpCaptures,
TakeWhile1,
Complete,
Fix,
Escaped,
EscapedTransform,
TagStr,
IsNotStr,
IsAStr,
TakeWhile1Str,
NonEmpty,
ManyMN,
TakeUntilAndConsumeStr,
TakeUntilStr,
}indicates which parser returned an error
Variants
Custom | ||
Tag | ||
MapRes | ||
MapOpt | ||
Alt | ||
IsNot | ||
IsA | ||
SeparatedList | ||
SeparatedNonEmptyList | ||
Many1 | ||
Count | ||
TakeUntilAndConsume | ||
TakeUntil | ||
TakeUntilEitherAndConsume | ||
TakeUntilEither | ||
LengthValue | ||
TagClosure | ||
Alpha | ||
Digit | ||
HexDigit | ||
OctDigit | ||
AlphaNumeric | ||
Space | ||
MultiSpace | ||
LengthValueFn | ||
Eof | ||
ExprOpt | ||
ExprRes | ||
CondReduce | ||
Switch | ||
TagBits | ||
OneOf | ||
NoneOf | ||
Char | ||
CrLf | ||
RegexpMatch | ||
RegexpMatches | ||
RegexpFind | ||
RegexpCapture | ||
RegexpCaptures | ||
TakeWhile1 | ||
Complete | ||
Fix | ||
Escaped | ||
EscapedTransform | ||
TagStr | ||
IsNotStr | ||
IsAStr | ||
TakeWhile1Str | ||
NonEmpty | ||
ManyMN | ||
TakeUntilAndConsumeStr | ||
TakeUntilStr |