Skip to main content

Module error

Module error 

Source
Expand description

Error types for the ferrolearn framework.

This module defines FerroError, the unified error type used throughout all ferrolearn crates. Each variant carries diagnostic context to help users identify and fix problems.

Structs§

ShapeMismatchContext
Diagnostic context attached to shape-mismatch errors.

Enums§

FerroError
The unified error type for all ferrolearn operations.

Type Aliases§

FerroResult
A convenience type alias for Result<T, FerroError>.