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

pub enum ErrorType {
    NoTreeRoot,
    RootParserFailed,
    Other,
}

Error codes as indicator what happened

Variants

New nodes have to be added before traversing

The root parser failed already

The error originates from another error

Trait Implementations

impl Debug for ErrorType
[src]

Formats the value using the given formatter.

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 !=.

impl Eq for ErrorType
[src]