Exception: KairosMcp::Storage::Error
- Inherits:
-
StandardError
- Object
- StandardError
- KairosMcp::Storage::Error
- Defined in:
- lib/kairos_mcp/storage/backend.rb
Overview
Raised when a read or a write against the ledger fails, and when the key or the ledger path cannot be used. It wraps the underlying exception as #cause.
For a write, this means it is unknown whether the write landed. It must not be read as "nothing was written" — re-read the ledger to find out.