LogInWithEmailAndPasswordFailure class

Implemented types

Constructors

LogInWithEmailAndPasswordFailure([String code = 'unknown', String message = 'An unknown exception occurred.'])
Thrown during the login process if a failure occurs. https://pub.dev/documentation/firebase_auth/latest/firebase_auth/FirebaseAuth/signInWithEmailAndPassword.html
const
LogInWithEmailAndPasswordFailure.fromCode(String code)
Create an authentication message from a firebase authentication exception code.
factory

Properties

code String
The associated code.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The associated 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
A string representation of this object.
inherited

Operators

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