mod error¶
- module error¶
Error types shared by all fallible operations in
eindir-core.Enums
- enum Error¶
Error type returned by all fallible operations in
eindir-core.- DimensionMismatch¶
Returned when an input array’s shape disagrees with the expected dimensionality.
- expected: usize¶
Expected dimensionality, in number of elements along the first axis.
- got: usize¶
Observed dimensionality.
- OutOfBounds(String)¶
Returned when an index, parameter, or value lies outside its valid range.