Enum libp2p_gossipsub::error::GossipsubHandlerError [−][src]
pub enum GossipsubHandlerError { MaxInboundSubstreams, MaxOutboundSubstreams, MaxTransmissionSize, NegotiationTimeout, NegotiationProtocolError(ProtocolError), Io(Error), }
Errors that can occur in the protocols handler.
Variants
The maximum number of inbound substreams created has been exceeded.
The maximum number of outbound substreams created has been exceeded.
The message exceeds the maximum transmission size.
Protocol negotiation timeout.
NegotiationProtocolError(ProtocolError)
Protocol negotiation failed.
Io(Error)
IO error.
Trait Implementations
impl Error for GossipsubHandlerError
[src]
impl Error for GossipsubHandlerError
[src]impl From<Error> for GossipsubHandlerError
[src]
impl From<Error> for GossipsubHandlerError
[src]