-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
@RestrictTo(value = RestrictTo.Scope.LIBRARY_GROUP) public enum FirebaseAuthError
List of all possible results of getErrorCode and their meanings. This is a temporary band-aid until we have better documentation and exposure for these error codes in the real Firebase Auth SDK.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringdescription
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description static FirebaseAuthErrorfromException(FirebaseAuthException ex)Get an FirebaseAuthError from an exception, returning ERROR_UNKNOWN asa default. static Array<FirebaseAuthError>values()static FirebaseAuthErrorvalueOf(String name)StringgetDescription()-
-
Method Detail
-
fromException
static FirebaseAuthError fromException(FirebaseAuthException ex)
Get an FirebaseAuthError from an exception, returning ERROR_UNKNOWN asa default.
-
values
static Array<FirebaseAuthError> values()
-
valueOf
static FirebaseAuthError valueOf(String name)
-
getDescription
String getDescription()
-
-
-
-