FirebaseInstallationsException

actual typealias FirebaseInstallationsException = com.google.firebase.installations.FirebaseInstallationsException(source)

Exception that gets thrown when an operation on Firebase Installations fails.

actual typealias FirebaseInstallationsException = com.google.firebase.installations.FirebaseInstallationsException

Constructors

Link copied to clipboard
constructor(message: String)
constructor(code: String?, cause: Throwable)

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
message
Link copied to clipboard
open val message: String?
open val message: String?
open val message: String?

Functions

Link copied to clipboard
open override fun toString(): String