Expand description
Error types for the MAI CLI.
This module provides a unified error type using thiserror for automatic
trait implementations and seamless error conversion via the From trait.
Enums§
- Error
- Unified error type for all MAI operations.
Type Aliases§
- Result
- Result type alias using the unified Error type.