Failure Type
An enum consisting of all the different types of failures related to AuthenticationService
Entries
Indicates that a failure occurred due to a network error.
Indicates that an authentication failure occurred as a result of an attempt made to fetch the details of a non-existent user.
Indicates that an authentication failure occurred during the creation of a new user account.
Indicates that an authentication failure occurred as a result of an attempt to create an already existing user with the same credentials.
Indicates that an authentication failure occurred as a result of one or more of the credentials being invalid.
Indicates that an authentication failure occurred due to an invalid password.
Indicates that an authentication failure occurred due to an invalid email address.