Firebase.
A class of exceptions thrown by Cloud Firestore.
Summary
Inheritance
Inherits from: Exception| Constructors 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( FirestoreError errorCode )
Initializes a new FirestoreException, with the given error code. 
FirestoreException
FirestoreException( FirestoreError errorCode, string message )
Initializes a new FirestoreException, with the given error code and message.