FirebaseFirestoreException

actual typealias FirebaseFirestoreException = com.google.firebase.firestore.FirebaseFirestoreException(source)
actual typealias FirebaseFirestoreException = com.google.firebase.firestore.FirebaseFirestoreException

Constructors

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

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
Link copied to clipboard
message
Link copied to clipboard
open val message: String?
open val message: String?
open val message: String?

Functions

Link copied to clipboard
open override fun toString(): String