Type Alias async_nats::jetstream::context::CreateObjectStoreErrorKind

source ·
pub type CreateObjectStoreErrorKind = CreateKeyValueErrorKind;

Aliased Type§

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

Variants§

§

InvalidStoreName

§

TooLongHistory

§

JetStream

§

BucketCreate

§

TimedOut