class CollectionConnectionFailed
extends Error

Error thrown when connecting to a collection fails.

Constructors

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

Properties

readonly
collection: string

Name of the collection.

name: string

Usage

import { CollectionConnectionFailed } from ".";