Module error

Module error 

Source
Expand description

Error Types - Axonml Core Error Handling

Provides comprehensive error types for all operations within the Axonml framework, including device errors, memory allocation failures, and type mismatches.

§Key Features

  • Unified error type for all Axonml operations
  • Detailed error context for debugging
  • Integration with std::error::Error

@version 0.1.0 @author AutomataNexus Development Team

Enums§

Error
The main error type for Axonml operations.

Type Aliases§

Result
A specialized Result type for Axonml operations.