KareeErrorCode enum

KareeErrorCode is an enumeration that define all keys associated with a specific widget displayed in the Error Screen in dev mode.

See KareeInstanceProfile

Inheritance
Available extensions

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

Represents a general error that does not fit into other specific categories.

notRoutableWidget → const KareeErrorCode

Indicates that the widget is not routable within the application's navigation system.

notKareeScreen → const KareeErrorCode

Indicates that the widget is not a Karee screen.

badUseOfRoutableWidget → const KareeErrorCode

Error thrown when a routable widget is used incorrectly.

noTranslationFile → const KareeErrorCode

Indicates that the required translation file is missing.

assertionError → const KareeErrorCode

Represents an assertion error encountered during execution.

enableI18nError → const KareeErrorCode

Error thrown when enabling internationalization (i18n) fails.

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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

values → const List<KareeErrorCode>
A constant List of the values in this enum, in order of their declaration.