Docs Menu

Docs HomeDevelop ApplicationsMongoDB Manual

WriteResult.hasWriteError()

On this page

  • Definition
WriteResult.hasWriteError()

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

Tip

See also:

← WriteResult()

On this page