Exception: NATS::JetStream::Error::StreamNotFound

Inherits:
NotFound show all
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

Methods inherited from APIError

#to_s

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