Enum network::peer_manager::PeerManagerError [−][src]
pub enum PeerManagerError {
Error(Error),
IoError(Error),
TransportError(Error),
ShuttingDownPeer,
NotConnected(PeerId),
AlreadyConnected(NetworkAddress),
OneshotSenderDropped,
MpscSendError(SendError),
BcsError(Error),
WireReadError(ReadError),
WireWriteError(WriteError),
}Variants
Error(Error)Tuple Fields of Error
0: ErrorIoError(Error)Tuple Fields of IoError
0: ErrorTransportError(Error)Tuple Fields of TransportError
0: ErrorAlreadyConnected(NetworkAddress)Tuple Fields of AlreadyConnected
WireReadError(ReadError)Tuple Fields of WireReadError
0: ReadErrorWireWriteError(WriteError)Tuple Fields of WireWriteError
0: WriteErrorImplementations
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for PeerManagerError
impl Send for PeerManagerError
impl Sync for PeerManagerError
impl Unpin for PeerManagerError
impl !UnwindSafe for PeerManagerError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self