| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | com.google.firebase.FirebaseException | |||
| ↳ | com.google.firebase.auth.FirebaseAuthException | |||
Generic exception related to Firebase Authentication. Check the error code and message for more details.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| FirebaseAuthException(String errorCode, String detailMessage) | |||||||||||
| FirebaseAuthException(String errorCode, String detailMessage, Throwable throwable) | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String |
getErrorCode()
Returns an error code that may provide more information about the error.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Returns an error code that may provide more information about the error.