Skip to main content

Module error

Module error 

Source
Expand description

Structured error type for data-integrity operations.

Variants carry enough structure for programmatic matching — callers can distinguish between “key is the wrong type” and “signature does not verify”, which lead to different remediation paths.

Enums§

DataIntegrityError
Errors raised by data-integrity signing and verification.
SignatureFailure
Why a signature failed to verify.