Options
All
  • Public
  • Public/Protected
  • All
Menu

An error representing a failure by the server to apply the requested write concern to the bulk operation.

Hierarchy

  • WriteConcernError

Index

Constructors

Accessors

  • get code(): number
  • Write concern error code.

    Returns number

  • get errmsg(): string
  • Write concern error message.

    Returns string

  • Write concern error info.

    Returns <internal>.Document

  • deprecated

    The err prop that contained a MongoServerError has been deprecated.

    Returns WriteConcernErrorData

Methods

  • toString(): string
  • Returns string

Generated using TypeDoc