LoginErrorCode enum
Values
- LOGIN_ERROR_CODE_SUCCESS → const LoginErrorCode
-
@brief Call the
loginmethod to log in successfully. - LOGIN_ERROR_CODE_INVALID_TOKEN → const LoginErrorCode
-
@brief The Token used when calling the
loginmethod is invalid or expired. The user is required to re-acquire the token. - LOGIN_ERROR_CODE_LOGIN_FAILED → const LoginErrorCode
-
@brief Login error.
An unknown error occurred when calling theloginmethod, which caused the login to fail and requires re-login. - LOGIN_ERROR_CODE_INVALID_USER_ID → const LoginErrorCode
-
@brief There was a problem with the user ID passed in when the
loginmethod was called. - LOGIN_ERROR_CODE_SERVER_ERROR → const LoginErrorCode
-
@brief Server error when calling
loginto log in.
Properties
- $value → dynamic
-
final
- 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<
LoginErrorCode> - A constant List of the values in this enum, in order of their declaration.