Enum ckb_network::errors::PeerStoreError
source · [−]pub enum PeerStoreError {
EvictionFailed,
Serde(Error),
}Expand description
Peer store error
Variants
EvictionFailed
Indicate the peer store is full
Serde(Error)
File data is not json format
Trait Implementations
Performs the conversion.