public class

FirebaseAuthException

extends FirebaseException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.auth.FirebaseAuthException
Known Direct Subclasses
Known Indirect Subclasses

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)
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)

Parameters
errorCode String
detailMessage String

Public Methods

public String getErrorCode ()

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

Returns
String