WriteResult.hasWriteError()
On this page
Definition
WriteResult.hasWriteError()
Returns
true
if the result of amongosh
write method hasWriteResult.writeError
. Otherwise, the method returnsfalse
.
On this page
WriteResult.hasWriteError()
Returns true
if the result of a mongosh
write
method has WriteResult.writeError
. Otherwise, the method
returns false
.
On this page