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