Type Alias async_nats::jetstream::kv::HistoryErrorKind
source · pub type HistoryErrorKind = WatchErrorKind;
Aliased Type§
enum HistoryErrorKind {
InvalidKey,
TimedOut,
ConsumerCreate,
Other,
}
pub type HistoryErrorKind = WatchErrorKind;
enum HistoryErrorKind {
InvalidKey,
TimedOut,
ConsumerCreate,
Other,
}