pub enum ErrorCode {
Tag,
MapRes,
MapOpt,
Alt,
IsNot,
IsA,
Filter,
SeparatedList,
SeparatedNonEmptyList,
Many1,
Count,
TakeUntilAndConsume,
TakeUntil,
TakeUntilEitherAndConsume,
TakeUntilEither,
LengthValue,
TagClosure,
Alpha,
Digit,
AlphaNumeric,
Space,
MultiSpace,
LengthValueFn,
Eof,
ExprOpt,
ExprRes,
CondReduce,
}
Variants
Tag | |
MapRes | |
MapOpt | |
Alt | |
IsNot | |
IsA | |
Filter | |
SeparatedList | |
SeparatedNonEmptyList | |
Many1 | |
Count | |
TakeUntilAndConsume | |
TakeUntil | |
TakeUntilEitherAndConsume | |
TakeUntilEither | |
LengthValue | |
TagClosure | |
Alpha | |
Digit | |
AlphaNumeric | |
Space | |
MultiSpace | |
LengthValueFn | |
Eof | |
ExprOpt | |
ExprRes | |
CondReduce | |