Expand description
Custom errors returned from our methods and functions.
Structs§
- Empty
Input - An error that indicates that the input array was empty.
- Shape
Mismatch - An error used by methods and functions that take two arrays as argument and
expect them to have exactly the same shape
(e.g.
ShapeMismatch
is raised whena.shape() == b.shape()
evaluates toFalse
).
Enums§
- MinMax
Error - An error computing a minimum/maximum value.
- Multi
Input Error - An error for methods that take multiple non-empty array inputs.
- Quantile
Error - An error computing a quantile.