Class: NATS::KeyValue::KeyHistoryTooLargeError
- Defined in:
- lib/nats/io/kv/errors.rb
Overview
When history is too large.
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
72 73 74 |
# File 'lib/nats/io/kv/errors.rb', line 72 def to_s "nats: history limited to a max of 64" end |