class CollectionDeleteFailed
extends Error

Error thrown when a document delete operation fails.

Constructors

new
CollectionDeleteFailed(
collection: string,
key: unknown,
message: string,
cause?: unknown,
)

Properties

readonly
collection: string

Name of the collection.

readonly
key: unknown

Key that was being deleted.

name: string

Usage

import { CollectionDeleteFailed } from ".";