Navigation
This version of the documentation is archived and no longer supported.

WriteResult.hasWriteConcernError()

On this page

Definition

WriteResult.hasWriteConcernError()

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

See also

WriteResult()