FirestoreErrorAn error returned by a Firestore operation. class FirestoreError extends FirebaseError {private constructor();readonly code: FirestoreErrorCode;readonly message: string;readonly stack?: string;}§Extends§FirebaseError[src]§Constructors§new FirestoreError() private[src]§Properties§code: FirestoreErrorCode[src]The backend error code associated with this error. §message: string[src]A custom error description. §stack: string[src]The stack of the error.