Class WriteConcernError

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

Hierarchy

  • WriteConcernError

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

Generated using TypeDoc