Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FirestoreError

An 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

§

The backend error code associated with this error.

§
message: string
[src]

A custom error description.

§
stack: string
[src]

The stack of the error.