Exception: StandardLedger::MissingIdempotencyIndex
- Defined in:
- lib/standard_ledger/errors.rb
Overview
Raised at boot when an Entry declares ‘idempotency_key:` but no matching unique index exists on the entry table. Caught early instead of silently admitting duplicates at runtime.