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§
- Config
Parse Error - Error for TOML configuration parse failures with source code highlighting.
- Multiple
Errors - A collection of multiple errors that occurred during validation or processing.
Enums§
- Daemon
Error - Errors related to daemon operations.
- Daemon
IdError - Errors related to daemon ID validation.
- Dependency
Error - Errors related to dependency resolution.
- File
Error - 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.