KareeErrorCode enum
KareeErrorCode is an enumeration that define all keys associated with a specific widget displayed in the Error Screen in dev mode.
Values
- noInitialScreen → const KareeErrorCode
-
Error constant thrown when there is not initial screen in the whole application
- screenNotFound → const KareeErrorCode
-
Error constant thrown when routing is done trough screen name, and the screen name is not found
See Screen
- noRouteFound → const KareeErrorCode
-
Error constant that specifies some route is triggered and the path represented by the string didn't exists
- generalError → const KareeErrorCode
- notRoutableWidget → const KareeErrorCode
- notKareeScreen → const KareeErrorCode
- badUseOfRoutableWidget → const KareeErrorCode
- noTranslationFile → const KareeErrorCode
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
-
values
→ const List<
KareeErrorCode> - A constant List of the values in this enum, in order of their declaration.