Expand description
Contains our central error enum for easy error propagation.
This module contains this crate’s error enum. This enum can hold all sorts of errors occurring in this crate s.t. error propagation is simple for developers of this crate and all sorts of thrown errors and error types can be easily found and accessed by developers using this crate. Furthermore, the actual errors are wrapped s.t. all information about the error can be unwrapped again.
Enums§
- Math
Error MathErrordefines this crate’s error enum, which can hold all sorts of errors occurring in this crate.- String
Conversion Error StringConversionErrordefines an error enum, which holds allStringto data-type conversion errors.