Expand description
The dig-store error taxonomy (SPEC §6).
Every fallible operation returns DigStoreResult. The variants are deliberately coarse and
stable — a consumer matches on the kind, not on a message string — and each carries a
human-readable detail for logs. New variants are added additively; existing ones never change
meaning (CLAUDE.md §5.1 back-compat discipline applies to the public error surface too).
Enums§
- DigStore
Error - Everything that can go wrong composing, spending, or reading a DIG store.
Type Aliases§
- DigStore
Result - The result type every
dig-storeoperation returns.