Skip to main content

Module error

Module error 

Source
Expand description

Error types for Irithyll.

Core error types (ConfigError, IrithyllError) are defined in irithyll-core and re-exported here. This module extends IrithyllError with std-only variants (Serialization, ChannelClosed).

Enums§

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

Type Aliases§

Result