Module sawp::error[][src]

Return common errors

Structs

Error

Common protocol or parsing error

Enums

ErrorKind

Kinds of common errors used by the parsers

Needed

Number of bytes needed for the next parsing attempt.

Type Definitions

NomError

Helper for nom’s default error type

Result

Helper that uses this module’s error type