Firebase.Firestore.FirestoreException

A class of exceptions thrown by CloudFirestore.

Summary

Inheritance

Inherits from: Exception

Constructors and Destructors

FirestoreException(FirestoreError errorCode)
Initializes a newFirestoreException, with the given error code.
FirestoreException(FirestoreError errorCode, string message)
Initializes a newFirestoreException, with the given error code and message.

Properties

ErrorCode
The error code describing the error.

Properties

ErrorCode

FirestoreErrorErrorCode

The error code describing the error.

Public functions

FirestoreException

FirestoreException(FirestoreErrorerrorCode)

Initializes a newFirestoreException, with the given error code.

FirestoreException

FirestoreException(FirestoreErrorerrorCode,stringmessage)

Initializes a newFirestoreException, with the given error code and message.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2021-08-18 UTC.