[][src]Module nom::error

Error management

Depending on a compilation flag, the content of the Context enum can change. In the default case, it will only have one variant: Context::Code(I, ErrorKind<E=u32>) (with I and E configurable). It contains an error code and the input position that triggered it.

Structs

VerboseError

Enums

ErrorKind

indicates which parser returned an error

VerboseErrorKind

Traits

ParseError

Functions

append_error
context
error_to_u32
make_error