Module error

Module error 

Source
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§

MathError
MathError defines this crate’s error enum, which can hold all sorts of errors occurring in this crate.
StringConversionError
StringConversionError defines an error enum, which holds all String to data-type conversion errors.