Type Alias async_nats::jetstream::stream::ConsumersErrorKind

source ·
pub type ConsumersErrorKind = StreamsErrorKind;

Aliased Type§

enum ConsumersErrorKind {
    NoResponders,
    TimedOut,
    Other,
}

Variants§

§

NoResponders

§

TimedOut

§

Other