FirebaseException

actual typealias FirebaseException = com.google.firebase.FirebaseException(source)
expect open class FirebaseException(source)

Exception that gets thrown when an operation on Firebase fails.

Inheritors

actual typealias FirebaseException = com.google.firebase.FirebaseException

Constructors

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