Skip to main content

Module error

Module error 

Source
Expand description

Error types for cargo-quality operations.

All errors convert to masterror::AppError for consistent error handling. Includes errors for IO operations, parsing, configuration, and file access.

Structsยง

FileNotFoundError
File not found.
InvalidConfigError
Invalid configuration.
IoError
IO operation failed.
ParseError
Syntax parsing failed.