Type Alias async_nats::jetstream::context::StreamsErrorKind

source ·
pub type StreamsErrorKind = RequestErrorKind;

Aliased Type§

enum StreamsErrorKind {
    NoResponders,
    TimedOut,
    Other,
}

Variants§

§

NoResponders

§

TimedOut

§

Other