Expand description
Error types for irithyll-core.
No thiserror, no mandatory alloc — just core::fmt::Display impls.
FormatError— packed binary validation errors (always available,Copy).ConfigError— configuration validation errors (requiresallocforStringfields).
Enums§
- Config
Error alloc - Structured error for configuration validation failures.
- Format
Error - Errors that can occur when parsing or validating a packed ensemble binary.
- Irithyll
Error alloc - Top-level error type for the irithyll crate.
Type Aliases§
- Result
alloc - Result type using
IrithyllError.