async_nats::jetstream::context

Type Alias StreamsErrorKind

Source
pub type StreamsErrorKind = RequestErrorKind;

Aliased Type§

enum StreamsErrorKind {
    NoResponders,
    TimedOut,
    Other,
}

Variants§

§

NoResponders

§

TimedOut

§

Other