Firebase Kotlin SDK
Toggle table of contents
2.2.0
android
common
ios
js
jvm
Platform filter
android
common
ios
js
jvm
Switch theme
Search in API
Firebase Kotlin SDK
firebase-perf
/
dev.gitlive.firebase.perf
/
FirebasePerformanceException
Firebase
Performance
Exception
android
common
ios
js
jvm
actual
open
class
FirebasePerformanceException
:
FirebaseException
(
source
)
expect
open
class
FirebasePerformanceException
:
FirebaseException
(
source
)
Exception that gets thrown when an operation on Firebase Performance fails.
actual
open
class
FirebasePerformanceException
:
FirebaseException
(
source
)
actual
open
class
FirebasePerformanceException
:
FirebaseException
(
source
)
actual
open
class
FirebasePerformanceException
(
source
)
Members
Constructors
Firebase
Performance
Exception
Link copied to clipboard
android
ios
js
constructor
(
message
:
String
)
constructor
(
message
:
String
)
constructor
(
code
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
android
common
ios
js
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
android
common
ios
js
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
open
val
message
:
String
?
Functions
to
String
Link copied to clipboard
js
open
override
fun
toString
(
)
:
String