|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<!-- $Revision$ --> |
| 3 | + |
| 4 | +<reference xml:id="class.mongodb-driver-exception-bulkwritecommandexception" role="class" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xi="http://www.w3.org/2001/XInclude"> |
| 5 | + |
| 6 | + <title>The MongoDB\Driver\Exception\BulkWriteCommandException class</title> |
| 7 | + <titleabbrev>MongoDB\Driver\Exception\BulkWriteCommandException</titleabbrev> |
| 8 | + |
| 9 | + <partintro> |
| 10 | + |
| 11 | +<!-- {{{ MongoDB\Driver\Exception\BulkWriteCommandException intro --> |
| 12 | + <section xml:id="mongodb-driver-exception-bulkwritecommandexception.intro"> |
| 13 | + &reftitle.intro; |
| 14 | + <para> |
| 15 | + Exception thrown due to failed execution of a |
| 16 | + <classname>MongoDB\Driver\BulkWriteCommand</classname>. |
| 17 | + </para> |
| 18 | + </section> |
| 19 | +<!-- }}} --> |
| 20 | + |
| 21 | + <section xml:id="mongodb-driver-exception-bulkwritecommandexception.synopsis"> |
| 22 | + &reftitle.classsynopsis; |
| 23 | + |
| 24 | +<!-- {{{ Synopsis --> |
| 25 | + <classsynopsis> |
| 26 | + <ooclass><classname>MongoDB\Driver\Exception\BulkWriteCommandException</classname></ooclass> |
| 27 | + |
| 28 | +<!-- {{{ Class synopsis --> |
| 29 | + <classsynopsisinfo> |
| 30 | + <ooclass> |
| 31 | + <classname>MongoDB\Driver\Exception\BulkWriteCommandException</classname> |
| 32 | + </ooclass> |
| 33 | + |
| 34 | + <ooclass> |
| 35 | + <modifier>extends</modifier> |
| 36 | + <classname>MongoDB\Driver\Exception\ServerException</classname> |
| 37 | + </ooclass> |
| 38 | + |
| 39 | + <oointerface> |
| 40 | + <interfacename>MongoDB\Driver\Exception\Exception</interfacename> |
| 41 | + </oointerface> |
| 42 | + </classsynopsisinfo> |
| 43 | +<!-- }}} --> |
| 44 | + <classsynopsisinfo role="comment">&Properties;</classsynopsisinfo> |
| 45 | + <fieldsynopsis> |
| 46 | + <modifier>private</modifier> |
| 47 | + <type class="union"><type>MongoDB\BSON\Document</type><type>null</type></type> |
| 48 | + <varname linkend="mongodb-driver-exception-bulkwritecommandexception.props.errorreply">errorReply</varname> |
| 49 | + </fieldsynopsis> |
| 50 | + <fieldsynopsis> |
| 51 | + <modifier>private</modifier> |
| 52 | + <type class="union"><type>MongoDB\Driver\BulkWriteCommandResult</type><type>null</type></type> |
| 53 | + <varname linkend="mongodb-driver-exception-bulkwritecommandexception.props.partialresult">errorReply</varname> |
| 54 | + </fieldsynopsis> |
| 55 | + <fieldsynopsis> |
| 56 | + <modifier>private</modifier> |
| 57 | + <type>array</type> |
| 58 | + <varname linkend="mongodb-driver-exception-bulkwritecommandexception.props.writeconcernerrors">writeConcernErrors</varname> |
| 59 | + </fieldsynopsis> |
| 60 | + <fieldsynopsis> |
| 61 | + <modifier>private</modifier> |
| 62 | + <type>array</type> |
| 63 | + <varname linkend="mongodb-driver-exception-bulkwritecommandexception.props.writeerrors">writeErrors</varname> |
| 64 | + </fieldsynopsis> |
| 65 | + |
| 66 | + <classsynopsisinfo role="comment">&InheritedProperties;</classsynopsisinfo> |
| 67 | + <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mongodb-driver-exception-serverexception.synopsis')/descendant::db:fieldsynopsis)" /> --> |
| 68 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('mongodb-driver-exception-runtimeexception.synopsis')/descendant::db:fieldsynopsis)" /> |
| 69 | + <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('runtimeexception.synopsis')/descendant::db:fieldsynopsis)" /> --> |
| 70 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('exception.synopsis')/descendant::db:fieldsynopsis)" /> |
| 71 | + |
| 72 | + <classsynopsisinfo role="comment">&Methods;</classsynopsisinfo> |
| 73 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-exception-bulkwritecommandexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> |
| 74 | + |
| 75 | + <classsynopsisinfo role="comment">&InheritedMethods;</classsynopsisinfo> |
| 76 | + <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-exception-serverexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> --> |
| 77 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.mongodb-driver-exception-runtimeexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> |
| 78 | + <!-- <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.runtimeexception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> --> |
| 79 | + <xi:include xpointer="xmlns(db=http://docbook.org/ns/docbook) xpointer(id('class.exception')/db:refentry/db:refsect1[@role='description']/descendant::db:methodsynopsis[not(@role='procedural')])" /> |
| 80 | + </classsynopsis> |
| 81 | +<!-- }}} --> |
| 82 | + |
| 83 | + </section> |
| 84 | + |
| 85 | +<!-- {{{ MongoDB\Driver\Exception\BulkWriteCommandException properties --> |
| 86 | + <section xml:id="mongodb-driver-exception-bulkwritecommandexception.props"> |
| 87 | + &reftitle.properties; |
| 88 | + <variablelist> |
| 89 | + <varlistentry xml:id="mongodb-driver-exception-bulkwritecommandexception.props.errorreply"> |
| 90 | + <term><varname>errorReply</varname></term> |
| 91 | + <listitem> |
| 92 | + <para> |
| 93 | + Any top-level error that occurred when attempting to communicate with |
| 94 | + the server or execute the bulk write. This value may be &null; if the |
| 95 | + exception was thrown due to errors occurring on individual writes. |
| 96 | + </para> |
| 97 | + </listitem> |
| 98 | + </varlistentry> |
| 99 | + <varlistentry xml:id="mongodb-driver-exception-bulkwritecommandexception.props.partialresult"> |
| 100 | + <term><varname>partialResult</varname></term> |
| 101 | + <listitem> |
| 102 | + <para> |
| 103 | + A <classname>MongoDB\Driver\BulkWriteCommandResult</classname> reporting |
| 104 | + the result of any successful operations that were performed before the |
| 105 | + error was encountered. This value may not &null; if it cannot be |
| 106 | + determined that at least one write was successfully performed (and |
| 107 | + acknowledged). |
| 108 | + </para> |
| 109 | + </listitem> |
| 110 | + </varlistentry> |
| 111 | + <varlistentry xml:id="mongodb-driver-exception-bulkwritecommandexception.props.writeconcernerrors"> |
| 112 | + <term><varname>writeConcernErrors</varname></term> |
| 113 | + <listitem> |
| 114 | + <para> |
| 115 | + An array of any <classname>MongoDB\Driver\WriteConcernError</classname>s |
| 116 | + that occurred while executing the bulk write. This list may have |
| 117 | + multiple items if more than one server command was required to execute |
| 118 | + the bulk write. |
| 119 | + </para> |
| 120 | + </listitem> |
| 121 | + </varlistentry> |
| 122 | + <varlistentry xml:id="mongodb-driver-exception-bulkwritecommandexception.props.writeerrors"> |
| 123 | + <term><varname>writeErrors</varname></term> |
| 124 | + <listitem> |
| 125 | + <para> |
| 126 | + An array of any <classname>MongoDB\Driver\WriteError</classname>s |
| 127 | + that occurred during the execution of individual write operations. Array |
| 128 | + keys will correspond to the index of the write operation from |
| 129 | + <classname>MongoDB\Driver\BulkWriteCommand</classname>. This map will |
| 130 | + contain at most one entry if the bulk write was ordered. |
| 131 | + </para> |
| 132 | + </listitem> |
| 133 | + </varlistentry> |
| 134 | + </variablelist> |
| 135 | + </section> |
| 136 | +<!-- }}} --> |
| 137 | + |
| 138 | + </partintro> |
| 139 | + |
| 140 | + &reference.mongodb.mongodb.driver.exception.entities.bulkwritecommandexception; |
| 141 | + |
| 142 | +</reference> |
| 143 | + |
| 144 | +<!-- Keep this comment at the end of the file |
| 145 | +Local variables: |
| 146 | +mode: sgml |
| 147 | +sgml-omittag:t |
| 148 | +sgml-shorttag:t |
| 149 | +sgml-minimize-attributes:nil |
| 150 | +sgml-always-quote-attributes:t |
| 151 | +sgml-indent-step:1 |
| 152 | +sgml-indent-data:t |
| 153 | +indent-tabs-mode:nil |
| 154 | +sgml-parent-document:nil |
| 155 | +sgml-default-dtd-file:"~/.phpdoc/manual.ced" |
| 156 | +sgml-exposed-tags:nil |
| 157 | +sgml-local-catalogs:nil |
| 158 | +sgml-local-ecat-files:nil |
| 159 | +End: |
| 160 | +vim600: syn=xml fen fdm=syntax fdl=2 si |
| 161 | +vim: et tw=78 syn=sgml |
| 162 | +vi: ts=1 sw=1 |
| 163 | +--> |
0 commit comments