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§
- Backend
Error - Codec
Error - Comparison
Error - Format
Error - Integrity
Error - Internal
Invariant Error - IoError
- Oracle
Error - Resource
Limit Error
Enums§
- AppError
- Top-level error type for all CLI operations.
- Decode
Error - Errors that can occur during decoding.
- Encode
Error - Errors that can occur during encoding.
- Model
Error - Errors that can occur during symbol construction.