Module error_kind

Source
Expand description

The error_kind module, which contains the ErrorKind enum. This enum describes the various kinds of errors that can occur. The ErrorKind enum maintains the different errors that can occur during the execution of the program. This allows for uniformity across the various errors because the error messages are the same. This also increases readibility within the code, because the ErrorKind’s are more descriptive.

Enums§

ErrorKind