AsklessAuthenticateError class
Properties
-
code
→ String
-
The error code, may be a field of AsklessErrorCode,
or a custom error code sent by the server
finalinherited
-
description
→ String
-
The error description
finalinherited
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
isCredentialError
→ bool
-
Returns
true
if the error is a credential error,
which means that could not authenticate because of an error like: invalid email,
invalid password, invalid access token, etc.
final
-
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