ERROR_TYPE enum

Inheritance

Constructors

ERROR_TYPE()
const

Values

INVALID_TOKEN → const ERROR_TYPE
INVALID_GRANT → const ERROR_TYPE
INVALID_CLIENT → const ERROR_TYPE
INVALID_SCOPE → const ERROR_TYPE
UNAUTHORIZED_CLIENT → const ERROR_TYPE
WEBVIEW_SSL → const ERROR_TYPE
ACCESS_DENIED → const ERROR_TYPE
COM → const ERROR_TYPE
IO → const ERROR_TYPE
BAD_PARAM → const ERROR_TYPE
JSON → const ERROR_TYPE
PARSE → const ERROR_TYPE
SERVER_RESPONSE → const ERROR_TYPE
DATA_STORAGE → const ERROR_TYPE
THREAD → const ERROR_TYPE
DCP_DMS → const ERROR_TYPE
FORCE_UPDATE → const ERROR_TYPE
REVOKE_AUTH → const ERROR_TYPE
AUTH_DIALOG → const ERROR_TYPE
BAD_API_PARAM → const ERROR_TYPE
INIT → const ERROR_TYPE
RESOURCES → const ERROR_TYPE
DIRECTED_ID_NOT_FOUND → const ERROR_TYPE
INVALID_API → const ERROR_TYPE
SECURITY → const ERROR_TYPE
UNKNOWN → const ERROR_TYPE
REGISTRATION → const ERROR_TYPE
MISSING_CODE_CHALLENGE → const ERROR_TYPE
MISSING_TOKEN_FOR_REQUIRED_SCOPES → const ERROR_TYPE

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<ERROR_TYPE>
A constant List of the values in this enum, in order of their declaration.