class CollectionFindFailed
extends Error

Error thrown when a query operation fails.

Constructors

new
CollectionFindFailed(
collection: string,
message: string,
cause?: unknown,
)

Properties

readonly
collection: string

Name of the collection.

name: string

Usage

import { CollectionFindFailed } from ".";