[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-22 UTC."],[],[],null,["An error returned by a Firestore operation.\n\n**Signature:** \n\n export declare class FirestoreError extends FirebaseError \n\n**Extends:** [FirebaseError](./util.firebaseerror.md#firebaseerror_class)\n\nProperties\n\nFirestoreError.code\n\nThe backend error code associated with this error.\n\n**Signature:** \n\n readonly code: FirestoreErrorCode;\n\nFirestoreError.message\n\nA custom error description.\n\n**Signature:** \n\n readonly message: string;\n\nFirestoreError.stack\n\nThe stack of the error.\n\n**Signature:** \n\n readonly stack?: string;"]]