Enum peel_ip::prelude::PathErrorType []

pub enum PathErrorType {
    PacketCounterOverflow,
    Timeout,
    Internal,
}

Error codes as indicator what happened

Variants

The internal packet counter is overflown

Connection removed because of a timeout

Internal error which should not happen at all

Trait Implementations

impl PartialEq<ErrorType> for ErrorType

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

impl Debug for ErrorType

Formats the value using the given formatter.