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-database
/
dev.gitlive.firebase.database
/
DatabaseException
Database
Exception
android
common
ios
js
jvm
actual
typealias
DatabaseException
=
com.google.firebase.database.DatabaseException
(
source
)
expect
class
DatabaseException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
RuntimeException
(
source
)
Exception that gets thrown when an operation on Firebase Database fails.
actual
class
DatabaseException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
RuntimeException
(
source
)
actual
class
DatabaseException
(
message
:
String
?
,
cause
:
Throwable
?
)
:
RuntimeException
(
source
)
actual
typealias
DatabaseException
=
com.google.firebase.database.DatabaseException
Members
Constructors
Database
Exception
Link copied to clipboard
common
ios
js
expect
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
error
:
dynamic
)
actual
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
common
ios
js
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
open
val
cause
:
Throwable
?
message
Link copied to clipboard
common
ios
js
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