Firebase.Firestore.FirestoreException
A class of exceptions thrown by Cloud Firestore.
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( FirestoreError errorCode )
Initializes a new FirestoreException
, with the given error code.