Refer to getLastError command in MongoWriteConcernException

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@341772 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jeremy Mikola 2017-01-26 17:18:27 +00:00
parent e17e7123a1
commit ef5f4c4230

View file

@ -15,7 +15,7 @@
MongoWriteConcernException is thrown when a write fails. See <xref linkend="mongo.writeconcerns" /> for how to set failure thresholds.
</para>
<para>
Prior to MongoDB 2.6.0 <link xlink:href="&url.mongodb.dochub.getlasterror;"><acronym>GLE</acronym></link> would determine when a write failed.
Prior to MongoDB 2.6.0, the <link xlink:href="&url.mongodb.dochub.getlasterror;">getLastError</link> command would determine whether a write failed.
</para>
</section>
<!-- }}} -->