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)
Tuple Fields
0: PeerErrorPeer error
Io(IoError)
Tuple Fields
0: IoErrorIo error
P2P(P2PError)
Tuple Fields
0: P2PErrorError from tentacle
Dial(String)
Tuple Fields
0: StringDail error
PeerStore(PeerStoreError)
Tuple Fields
Peer store error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
