FailedAuthException class

Exception thrown when authentication fails

Used to indicate that an authentication attempt was unsuccessful @deprecated This exception is deprecated and will be removed in a future version

Implemented types
Annotations

Constructors

FailedAuthException(String message)
Creates a new FailedAuthException with the specified message @deprecated This constructor is deprecated and will be removed in a future version
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The error message
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
Returns a string representation of this exception @deprecated This method is deprecated and will be removed in a future version
override

Operators

operator ==(Object other) bool
The equality operator.
inherited