public class

FirebaseAuthException

extends FirebaseException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.auth.FirebaseAuthException

Class Overview

Generic exception related to Firebase Authentication. Check the error code and message for more details.

Summary

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

Public Constructors

public FirebaseAuthException (String errorCode, String detailMessage)

public FirebaseAuthException (String errorCode, String detailMessage, Throwable throwable)

Public Methods

public String getErrorCode ()

Returns an error code that may provide more information about the error.