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