Enum rain::error::ErrorType [] [src]

pub enum ErrorType {
    Other,
    LineDoesNotExist,
    TerminalDimensions,
}

Error codes as indicator what happened

Variants

The error originates from another error

The line does not exist and cannot be removed

Could not retrieve the actual terminal dimensions

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]