DatabaseException

actual typealias DatabaseException = com.google.firebase.database.DatabaseException(source)
actual class DatabaseException(message: String?, cause: Throwable?)(source)
expect class DatabaseException(message: String?, cause: Throwable?)(source)

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

actual class DatabaseException(message: String?, cause: Throwable?)(source)
actual typealias DatabaseException = com.google.firebase.database.DatabaseException
actual class DatabaseException(message: String?, cause: Throwable?)(source)

Constructors

Link copied to clipboard
actual constructor(message: String?, cause: Throwable?)
expect constructor(message: String?, cause: Throwable?)
constructor(error: dynamic)
actual constructor(message: String?, cause: Throwable?)
constructor(error: <Error class: unknown class>)
constructor(error: <Error class: unknown class>)
actual constructor(message: String?, cause: Throwable?)