Enum libp2p_kad::record::store::Error [−][src]
pub enum Error { MaxRecords, MaxProvidedKeys, ValueTooLarge, }
The possible errors of a RecordStore
operation.
Variants
The store is at capacity w.r.t. the total number of stored records.
The store is at capacity w.r.t. the total number of stored keys for provider records.
The value of a record to be stored is too large.