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

Constructors

KareeErrorCode()
const

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

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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

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