Class: NATS::KeyValue::KeyDeletedError
- Inherits:
-
KeyNotFoundError
- Object
- Error
- KeyNotFoundError
- NATS::KeyValue::KeyDeletedError
- Defined in:
- lib/nats/io/kv/errors.rb
Overview
When a key is not found because it was deleted.
Instance Attribute Summary
Attributes inherited from KeyNotFoundError
Instance Method Summary collapse
Methods inherited from KeyNotFoundError
Constructor Details
This class inherits a constructor from NATS::KeyValue::KeyNotFoundError
Instance Method Details
#to_s ⇒ Object
39 40 41 |
# File 'lib/nats/io/kv/errors.rb', line 39 def to_s "nats: key was deleted" end |