Expand description
Structured error types for the HEDL CLI. Structured error types for the HEDL CLI.
This module provides type-safe, composable error handling using thiserror.
All CLI operations return Result<T, CliError> for consistent error reporting.
Enumsยง
- CliError
- The main error type for HEDL CLI operations.
- Error
Category - Error category for classification and reporting.