AppException class
App abstract/base exception.
Any exception should be subclass of AppException.
For multi language basic error message, should implements I10nBaseExceptionText and put in GetX bean container and tag only is fixedI10nExceptionTextTag.
- Implemented types
- Implementers
Constructors
- AppException(int errCode, String message)
- AppException.http(DioError error)
-
factory
- AppException.internal(int errCode, String message)
Properties
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
- fixedErrCode → const int
- fixedI10nExceptionTextTag → const String