FirebasePerformanceException

actual open class FirebasePerformanceException : FirebaseException(source)

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

actual open class FirebasePerformanceException : FirebaseException(source)

Constructors

Link copied to clipboard
constructor(message: String)
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?
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?
open val message: String?
open val message: String?

Functions

addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
initCause
Link copied to clipboard
printStackTrace
Link copied to clipboard
setStackTrace
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String