FirestoreError class

An error returned by a Firestore operation.

Signature:

exportdeclareclassFirestoreErrorextendsFirebaseError

Extends:FirebaseError

Properties

PropertyModifiersTypeDescription
codeFirestoreErrorCodeThe backend error code associated with this error.
messagestringA custom error description.
stackstringThe stack of the error.

FirestoreError.code

The backend error code associated with this error.

Signature:

readonlycode:FirestoreErrorCode;

FirestoreError.message

A custom error description.

Signature:

readonlymessage:string;

FirestoreError.stack

The stack of the error.

Signature:

readonlystack?:string;