FirebaseRemoteConfigServerException

class FirebaseRemoteConfigServerException : FirebaseRemoteConfigException


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

Summary

Public constructors

Creates a Firebase Remote Config server exception with the given message and FirebaseRemoteConfigException code.

FirebaseRemoteConfigServerException(
    httpStatusCode: Int,
    detailMessage: String
)

Creates a Firebase Remote Config server exception with the given message and HTTP status code.

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

Creates a Firebase Remote Config server exception with the given message, exception cause, and FirebaseRemoteConfigException code.

FirebaseRemoteConfigServerException(
    httpStatusCode: Int,
    detailMessage: String,
    cause: Throwable?
)

Creates a Firebase Remote Config server exception with the given message, HTTP status code and

FirebaseRemoteConfigServerException(
    httpStatusCode: Int,
    detailMessage: String,
    code: FirebaseRemoteConfigException.Code
)

Creates a Firebase Remote Config server exception with the HTTP status code, given message, and FirebaseRemoteConfigException code.

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

Creates a Firebase Remote Config server exception with the HTTP status code, given message, exception cause, and FirebaseRemoteConfigException code.

Public properties

Int

Inherited properties

FirebaseRemoteConfigException.Code!

Code that specifies the type of exception.

Public constructors

FirebaseRemoteConfigServerException

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

Creates a Firebase Remote Config server exception with the given message and FirebaseRemoteConfigException code.

FirebaseRemoteConfigServerException

FirebaseRemoteConfigServerException(
    httpStatusCode: Int,
    detailMessage: String
)

Creates a Firebase Remote Config server exception with the given message and HTTP status code.

FirebaseRemoteConfigServerException

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

Creates a Firebase Remote Config server exception with the given message, exception cause, and FirebaseRemoteConfigException code.

FirebaseRemoteConfigServerException

FirebaseRemoteConfigServerException(
    httpStatusCode: Int,
    detailMessage: String,
    cause: Throwable?
)

Creates a Firebase Remote Config server exception with the given message, HTTP status code and

FirebaseRemoteConfigServerException

FirebaseRemoteConfigServerException(
    httpStatusCode: Int,
    detailMessage: String,
    code: FirebaseRemoteConfigException.Code
)

Creates a Firebase Remote Config server exception with the HTTP status code, given message, and FirebaseRemoteConfigException code.

FirebaseRemoteConfigServerException

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

Creates a Firebase Remote Config server exception with the HTTP status code, given message, exception cause, and FirebaseRemoteConfigException code.

Public properties

httpStatusCode

val httpStatusCodeInt