Exception: NATS::JetStream::Error::ConsumerNotFound

Inherits:
NotFound show all
Defined in:
lib/nats/io/jetstream/errors.rb

Overview

When the consumer or durable is not found by name.

Instance Attribute Summary

Attributes inherited from APIError

#code, #consumer, #description, #err_code, #seq, #stream

Instance Method Summary collapse

Methods inherited from APIError

#to_s

Constructor Details

#initialize(params = {}) ⇒ ConsumerNotFound

Returns a new instance of ConsumerNotFound.



105
106
107
# File 'lib/nats/io/jetstream/errors.rb', line 105

def initialize(params = {})
  super
end