Skip to main content

Module error

Module error 

Source
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.
ErrorCategory
Error category for classification and reporting.