Skip to main content

Module error

Module error 

Source
Expand description

§Typed errors for the ryg-rans CLI

Every error carries structured context (path, block index, declared length, limit, hash, etc.) without exposing untrusted payloads in error messages.

Errors never include entire untrusted inputs. They include identifying metadata sufficient for debugging and triage.

Structs§

BackendError
CodecError
ComparisonError
FormatError
IntegrityError
InternalInvariantError
IoError
OracleError
ResourceLimitError

Enums§

AppError
Top-level error type for all CLI operations.
DecodeError
Errors that can occur during decoding.
EncodeError
Errors that can occur during encoding.
ModelError
Errors that can occur during symbol construction.