Enum peel_ip::prelude::PathErrorType
[−]
pub enum PathErrorType { PacketCounterOverflow, Timeout, Internal, }
Error codes as indicator what happened
Variants
PacketCounterOverflow
The internal packet counter is overflown
Timeout
Connection removed because of a timeout
Internal
Internal error which should not happen at all
Trait Implementations
impl PartialEq<ErrorType> for ErrorType
fn eq(&self, __arg_0: &ErrorType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0
This method tests for !=
.