Skip to main content

Module error

Module error 

Source
Expand description

Custom diagnostic error types for rich error reporting via miette.

This module provides structured error types that leverage miette’s diagnostic features including error codes, help text, source code highlighting, and suggestions.

Structs§

ConfigParseError
Error for TOML configuration parse failures with source code highlighting.
MultipleErrors
A collection of multiple errors that occurred during validation or processing.

Enums§

DaemonError
Errors related to daemon operations.
DaemonIdError
Errors related to daemon ID validation.
DependencyError
Errors related to dependency resolution.
FileError
Errors related to file operations (config and state files).
IpcError
Errors related to IPC communication with the supervisor.

Functions§

find_similar_daemon
Find the most similar daemon name for suggestions.