FirebaseRemoteConfigException

class FirebaseRemoteConfigException : FirebaseException

Known direct subclasses
FirebaseRemoteConfigClientException

A Firebase Remote Config internal issue that isn't caused by an interaction with the Firebase Remote Config server.

FirebaseRemoteConfigFetchThrottledException

An exception thrown when a fetch call is throttled.

FirebaseRemoteConfigServerException

A Firebase Remote Config internal issue caused by an interaction with the Firebase Remote Config server.


Base class for FirebaseRemoteConfig exceptions.

Summary

Public constructors

Creates a Firebase Remote Config exception with the given message.

FirebaseRemoteConfigException(detailMessage: String, cause: Throwable?)

Creates a Firebase Remote Config exception with the given message and cause.

Creates a Firebase Remote Config exception with the given message and Code.

FirebaseRemoteConfigException(
    detailMessage: String,
    cause: Throwable?,
    code: FirebaseRemoteConfigException.Code
)

Creates a Firebase Remote Config exception with the given message, cause, and Code.

Public properties

FirebaseRemoteConfigException.Code!

Code that specifies the type of exception.

Public constructors

FirebaseRemoteConfigException

FirebaseRemoteConfigException(detailMessage: String)

Creates a Firebase Remote Config exception with the given message.

FirebaseRemoteConfigException

FirebaseRemoteConfigException(detailMessage: String, cause: Throwable?)

Creates a Firebase Remote Config exception with the given message and cause.

FirebaseRemoteConfigException

FirebaseRemoteConfigException(
    detailMessage: String,
    code: FirebaseRemoteConfigException.Code
)

Creates a Firebase Remote Config exception with the given message and Code.

FirebaseRemoteConfigException

FirebaseRemoteConfigException(
    detailMessage: String,
    cause: Throwable?,
    code: FirebaseRemoteConfigException.Code
)

Creates a Firebase Remote Config exception with the given message, cause, and Code.

Public properties

code

val codeFirebaseRemoteConfigException.Code!

Code that specifies the type of exception.