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§
- Shape
Mismatch Context - Diagnostic context attached to shape-mismatch errors.
Enums§
- Ferro
Error - The unified error type for all ferrolearn operations.
Type Aliases§
- Ferro
Result - A convenience type alias for
Result<T, FerroError>.