Skip to main content

Module errors

Module errors 

Source
Expand description

Comprehensive error handling system for rfann

This module provides a unified error handling framework with detailed error categories, context information, and recovery mechanisms for robust neural network operations.

Structs§

ErrorContext
Error context for providing additional debugging information
ErrorLogger
Professional error logging and debugging facilities
RecoveryContext
Error recovery context

Enums§

CascadeErrorCategory
Cascade correlation error categories
ErrorCategory
Comprehensive error category enum for uniform handling
IoErrorCategory
I/O error categories
NetworkErrorCategory
Network error categories for detailed classification
RecoveryStrategy
Error recovery strategies
RuvFannError
Main error type for all rfann operations
TrainingErrorCategory
Training error categories
ValidationError
Validation error for detailed parameter checking
ValidationErrorCategory
Validation error categories

Type Aliases§

RuvFannResult
Comprehensive result type for all rfann operations