Skip to main contentModule error
Source - AppError
- Example error enum that can be replaced by the define_errors! macro.
- ForgeError
- Base trait for all custom error variants.
- AppResult
- Type alias for
error-forge results using AppError as the
error variant. - ResultDeprecated
- Historical alias for
AppResult.