Skip to main content

Module error

Module error 

Source
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§

DigStoreError
Everything that can go wrong composing, spending, or reading a DIG store.

Type Aliases§

DigStoreResult
The result type every dig-store operation returns.