Skip to main content

Module error

Module error 

Source
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 (requires alloc for String fields).

Enums§

ConfigErroralloc
Structured error for configuration validation failures.
FormatError
Errors that can occur when parsing or validating a packed ensemble binary.
IrithyllErroralloc
Top-level error type for the irithyll crate.

Type Aliases§

Resultalloc
Result type using IrithyllError.