Docs Menu
Docs Home
/
MongoDB Manual
/ / /

WriteResult.hasWriteConcernError()

On this page

  • Definition
WriteResult.hasWriteConcernError()

Returns true if the result of a mongosh write method has WriteResult.writeConcernError. Otherwise, the method returns false.

Tip

See also:

← WriteResult.hasWriteError()

On this page