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ยง
- File
NotFound Error - File not found.
- Invalid
Config Error - Invalid configuration.
- IoError
- IO operation failed.
- Parse
Error - Syntax parsing failed.