Enum libp2p_kad::record::store::Error [−][src]
pub enum Error { MaxRecords, MaxProvidedKeys, ValueTooLarge, }
Expand description
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.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error