Type Alias CreateObjectStoreErrorKind

Source
pub type CreateObjectStoreErrorKind = CreateKeyValueErrorKind;

Aliased Type§

pub enum CreateObjectStoreErrorKind {
    InvalidStoreName,
    TooLongHistory,
    JetStream,
    BucketCreate,
    TimedOut,
    LimitMarkersNotSupported,
}

Variants§

§

InvalidStoreName

§

TooLongHistory

§

JetStream

§

BucketCreate

§

TimedOut

§

LimitMarkersNotSupported