Class: NATS::KeyValue::KeyHistoryTooLargeError

Inherits:
Error
  • Object
show all
Defined in:
lib/nats/io/kv/errors.rb

Overview

When history is too large.

Instance Method Summary collapse

Instance Method Details

#to_sObject



72
73
74
# File 'lib/nats/io/kv/errors.rb', line 72

def to_s
  "nats: history limited to a max of 64"
end