Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WriteError

An error that occurred during a BulkWrite on the server.

Hierarchy

  • WriteError

Index

Constructors

Properties

Accessors

  • get code(): number
  • get errmsg(): undefined | string
  • get index(): number

Methods

  • toJSON(): { code: number; errmsg?: string; index: number; op: Document }
  • toString(): string

Generated using TypeDoc