utils/error_msg library
/////////////////////////////////////////////////////////////////////////////////
Classes
- ErrorMsg
- //////////// //////////// Helper class for displaying error messages using a SnackBar positioned 25% from top
Functions
-
handleFirebaseError(
dynamic error, {String? operation}) → RALIException - Transforms Firebase exceptions into app-specific exceptions
-
logError(
Object error, StackTrace? stackTrace, {String? context}) → void - //////////// //////////// Logs an error with structured information
Exceptions / Errors
- NetworkException
- Specific exceptions
- RALIException
- //////////// //////////// Base exception class for all RALI app errors
- StateError
- ValidationError