Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WriteConcernError

An error representing a failure by the server to apply the requested write concern to the bulk operation.一个错误,表示服务器未能将请求的写入问题应用于批量操作。

Hierarchy继承层级

  • WriteConcernError

Index索引

Constructors构造函数

Accessors访问器

Methods方法

Constructors构造函数

Accessors访问器

  • get code(): undefined | number
  • Write concern error code.写入问题错误代码。

    Returns 返回 undefined | number

  • get errmsg(): undefined | string
  • Write concern error message.写入问题错误消息。

    Returns 返回 undefined | string

Methods方法

  • toString(): string

Generated using TypeDoc