ErrorCode class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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
- errorEmptyAskBotQuestion → const String
-
"ERROR_EMPTY_QUESTION"
- errorEmptyBotID → const String
-
"ERROR_EMPTY_BOT_ID"
- errorEmptyFeature → const String
-
"ERROR_EMPTY_FEATURE"
- errorInvalidReceiverId → const String
-
"ERROR_INVALID_RECEIVER_ID"
- errorInvalidReceiverType → const String
-
"ERROR_INVALID_RECEIVER_TYPE"
- errorUnhandledException → const String
-
"ERROR_UNHANDLED_EXCEPTION"
- errorUserNotLoggedIn → const String
-
"ERROR_USER_NOT_LOGGED_IN"