AutoCacheError class sealed
A base class for representing errors in the application.
This class defines the structure for error handling, including a message, stackTrace, and code.
- Implementers
Properties
- code → String
-
The code of the error, used to identify the type of error without knowing the specific implementation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The message describing the error.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stackTrace → StackTrace
-
The StackTrace used to reference the error log.
final
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