FirebaseFirestoreException

class FirebaseFirestoreException : FirebaseException


A class of exceptions thrown by Cloud Firestore.

Summary

Nested types

The set of Cloud Firestore status codes.

Public constructors

FirebaseFirestoreException(
    detailMessage: String,
    code: FirebaseFirestoreException.Code
)
FirebaseFirestoreException(
    detailMessage: String,
    code: FirebaseFirestoreException.Code,
    cause: Throwable?
)

Public constructors

FirebaseFirestoreException

FirebaseFirestoreException(
    detailMessage: String,
    code: FirebaseFirestoreException.Code
)

FirebaseFirestoreException

FirebaseFirestoreException(
    detailMessage: String,
    code: FirebaseFirestoreException.Code,
    cause: Throwable?
)

Public properties