Type Alias async_nats::jetstream::kv::HistoryErrorKind

source ·
pub type HistoryErrorKind = WatchErrorKind;

Aliased Type§

enum HistoryErrorKind {
    InvalidKey,
    TimedOut,
    ConsumerCreate,
    Other,
}

Variants§

§

InvalidKey

§

TimedOut

§

ConsumerCreate

§

Other