Skip to main content

Module error

Module error 

Source
Expand description

The dig-did error taxonomy (SPEC §6).

Every fallible operation in this crate returns DidError. It wraps the underlying chia-wallet-sdk driver error (the byte-source-of-truth for puzzle construction, INV-4) and adds the DID-domain failure modes this crate raises directly — parse failures, fail-closed hydration guards, and the did:chia: address-codec errors.

Enums§

DidError
Everything that can go wrong while building or parsing a DID spend.

Type Aliases§

DidResult
The result type returned by every fallible dig-did operation.