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