Skip to main content

Module error

Module error 

Source
Expand description

Error struct and enum for the different error messages the app shows

Structs§

Error
The Struct containing the ErrorKind enum

Enums§

ErrorKind
The ErrorKind enum that states all possible errors that can happen in the application and error messagges that are shown to the user in case those happen

Type Aliases§

Result
Generic Result<T> type for the application