ErrorMessages class
A collection of global error message constants used across the app.
Use these messages when displaying fallback or network-related errors to ensure consistent user-facing text throughout the application.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- globalError → const String
- A generic error message used for unexpected failures or unknown exceptions.
- globalNetworkError → const String
- A networking-specific error message used when the user has connectivity issues, such as no internet connection or unstable network conditions.