Expand description
Error types used throughout the scanner.
NyxError wraps I/O, TOML parse, SQLite, tree-sitter, and connection-pool
errors into a single enum. NyxResult<T> is the standard return type alias.
ConfigError and ConfigErrorKind carry structured config-validation
diagnostics (section, field, message, kind) so callers can format them
consistently without ad-hoc string matching.
Structs§
- Config
Error - A single config validation error with structured metadata.
Enums§
- Config
Error Kind - Category of config validation error.
- NyxError