Enum ckb_network::errors::Error [−][src]
pub enum Error {
Peer(PeerError),
Io(IoError),
P2P(P2PError),
Dial(String),
PeerStore(PeerStoreError),
}Expand description
All error on network module
Variants
Peer(PeerError)Peer error
Tuple Fields of Peer
0: PeerErrorIo(IoError)Io error
Tuple Fields of Io
0: IoErrorP2P(P2PError)Error from tentacle
Tuple Fields of P2P
0: P2PErrorDial(String)Dail error
Tuple Fields of Dial
0: StringPeerStore(PeerStoreError)Peer store error
Tuple Fields of PeerStore
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.