Enum std::storage::storage_map::StorageMapError
pub enum StorageMapError<V> {
/// Indicates that a value already exists for the key.
OccupiedError: V,
}
Expand description
Errors pertaining to the StorageMap
struct.
Variants
OccupiedError: V
Indicates that a value already exists for the key.