- Reference >
mongo
Shell Methods >- Object Constructors and Methods >
- WriteResult.hasWriteConcernError()
WriteResult.hasWriteConcernError()¶
On this page
Definition¶
-
WriteResult.
hasWriteConcernError
()¶ Returns
true
if the result of amongo
shell write method hasWriteResult.writeConcernError
. Otherwise, the method returnsfalse
.
See also