Class: NATS::KeyValue::KeyDeletedError

Inherits:
KeyNotFoundError show all
Defined in:
lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/nats-pure-2.2.1/lib/nats/io/kv/errors.rb

Overview

When a key is not found because it was deleted.

Instance Attribute Summary

Attributes inherited from KeyNotFoundError

#entry, #op

Instance Method Summary collapse

Methods inherited from KeyNotFoundError

#initialize

Constructor Details

This class inherits a constructor from NATS::KeyValue::KeyNotFoundError

Instance Method Details

#to_sObject



39
40
41
# File 'lib/rubypitaya/app-template/vendor/bundle/ruby/3.1.0/gems/nats-pure-2.2.1/lib/nats/io/kv/errors.rb', line 39

def to_s
  "nats: key was deleted"
end