Skip to main content

Module error

Module error 

Source
Expand description

Error handling for the horon-engine library

This module defines a comprehensive error handling system for the Hyperbolic Tree Tensor library. It establishes HTT-specific error types that eliminate dependencies on GSD’s IntegrationError, enabling HTT to function as a fully standalone library. The module provides bidirectional conversions between HTT errors and GSD integration errors when the “gsd” feature is enabled.

Enums§

HTTError
Main error type for HTT operations

Type Aliases§

HTTResult
Result type alias for HTT operations.