Skip to main content

Module errors

Module errors 

Source
Expand description

Core-layer error types and result alias. Core-layer error types.

CoreError is the canonical error type for ito-core. All public functions in this crate return CoreResult rather than adapter-level error types. Adapter layers (CLI, web) convert CoreError into their own presentation types (e.g., miette Report for rich terminal output).

Enums§

CoreError
Canonical error type for the core orchestration layer.

Type Aliases§

CoreResult
Result alias for core-layer operations.