FirebaseAuthException

public class FirebaseAuthException extends FirebaseException

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

Public Constructor Summary

FirebaseAuthException(ErrorCode errorCode, String message, Throwable cause, IncomingHttpResponse response, AuthErrorCode authErrorCode)

Public Method Summary

AuthErrorCode

Inherited Method Summary

Public Constructors

public FirebaseAuthException (ErrorCode errorCode, String message, Throwable cause, IncomingHttpResponse response, AuthErrorCode authErrorCode)

public FirebaseAuthException (FirebaseException base)

Public Methods

public AuthErrorCode getAuthErrorCode ()