Skip to main content

Module errors

Module errors 

Source
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§

ConfigError
A single config validation error with structured metadata.

Enums§

ConfigErrorKind
Category of config validation error.
NyxError

Type Aliases§

NyxResult