Enum peel::error::ErrorType [] [src]

pub enum ErrorType {
    NoTreeRoot,
    NoParserSucceed,
    Incomplete(Needed),
    Other,
}

Error codes as indicator what happened

Variants

New nodes have to be added before traversing

The first parser already failed

A parser got not enough data

The error originates from another error

Trait Implementations

impl Debug for ErrorType
[src]

Formats the value using the given formatter.

impl Eq for ErrorType
[src]

impl PartialEq for ErrorType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.