Module error

Source
Expand description

Contains error and result types for all the model functions.

Structs§

ModelError
Error type used by all models. Used as the error type in ModelError, which is used by all the controllers in the application.

Enums§

ModelErrorType
The type of ModelError that occured.

Traits§

TryToOptional

Type Aliases§

ModelResult
Used as the result types for all models.