Enum ckb_network::errors::Error
source · [−]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
Io(IoError)
Io error
P2P(P2PError)
Error from tentacle
Dial(String)
Dail error
PeerStore(PeerStoreError)
Peer store error
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.