Module error

Module error 

Source
Expand description

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.