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<T>] 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§
- Core
Error - Canonical error type for the core orchestration layer.
Type Aliases§
- Core
Result - Result alias for core-layer operations.