mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
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:
parent
e17e7123a1
commit
ef5f4c4230
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
<!-- }}} -->
|
||||
|
|
Loading…
Reference in a new issue