public final class

FirebaseRemoteConfigException

extends FirebaseException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.google.firebase.FirebaseException
         ↳ com.google.firebase.remoteconfig.FirebaseRemoteConfigException

Class Overview

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

Summary

Public Constructors
FirebaseRemoteConfigException(ErrorCode errorCode, String message, Throwable cause, IncomingHttpResponse response, RemoteConfigErrorCode remoteConfigErrorCode)
Public Methods
RemoteConfigErrorCode getRemoteConfigErrorCode()
[Expand]
Inherited Methods
From class com.google.firebase.FirebaseException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public FirebaseRemoteConfigException (ErrorCode errorCode, String message, Throwable cause, IncomingHttpResponse response, RemoteConfigErrorCode remoteConfigErrorCode)

Public Methods

public RemoteConfigErrorCode getRemoteConfigErrorCode ()