Exception: NATS::JetStream::Error::StreamNotFound
- Inherits:
-
NotFound
- Object
- StandardError
- IO::Error
- NATS::JetStream::Error
- APIError
- NotFound
- NATS::JetStream::Error::StreamNotFound
- Defined in:
- lib/nats/io/jetstream/errors.rb
Overview
When the stream is not found.
Instance Attribute Summary
Attributes inherited from APIError
#code, #consumer, #description, #err_code, #seq, #stream
Instance Method Summary collapse
-
#initialize(params = {}) ⇒ StreamNotFound
constructor
A new instance of StreamNotFound.
Methods inherited from APIError
Constructor Details
#initialize(params = {}) ⇒ StreamNotFound
Returns a new instance of StreamNotFound.
98 99 100 |
# File 'lib/nats/io/jetstream/errors.rb', line 98 def initialize(params = {}) super end |