class CollectionPutManyFailed
extends Error

Error thrown when a batch put operation fails.

Constructors

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

Properties

readonly
collection: string

Name of the collection.

name: string

Usage

import { CollectionPutManyFailed } from ".";