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 error
Tuple Fields of Peer
0: PeerErrorIo error
Tuple Fields of Io
0: IoErrorError from tentacle
Tuple Fields of P2P
0: P2PErrorDail error
Tuple Fields of Dial
0: StringPeer 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.