Firebase. Firestore. FirestoreException
A class of exceptions thrown by CloudFirestore.
Summary
Inheritance
Inherits from: ExceptionConstructors and Destructors | |
|---|---|
FirestoreException(FirestoreError errorCode)Initializes a new FirestoreException, with the given error code. | |
FirestoreException(FirestoreError errorCode, string message)Initializes a new FirestoreException, with the given error code and message. |
Properties | |
|---|---|
ErrorCode | The error code describing the error. |
Properties
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.