Skip to main content

Module error

Module error 

Source
Expand description

Error types and result aliases for the application.

Enums§

AppError
Represents all possible errors that can occur in the application.

Type Aliases§

AppResult
A type alias for Result<T, AppError>.