| Server IP : 54.94.228.101 / Your IP : 172.28.1.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/vendor/mongodb/mongodb/docs/includes/ |
Upload File : |
ref: error-driver-bulkwriteexception content: | :php:`MongoDB\\Driver\\Exception\\BulkWriteException <mongodb-driver-exception-bulkwriteexception>` for errors related to the write operation. Users should inspect the value returned by :php:`getWriteResult() <mongodb-driver-writeexception.getwriteresult>` to determine the nature of the error. --- ref: error-driver-invalidargumentexception content: | :php:`MongoDB\\Driver\\Exception\\InvalidArgumentException <mongodb-driver-exception-invalidargumentexception>` for errors related to the parsing of parameters or options at the driver level. --- ref: error-driver-runtimeexception content: | :php:`MongoDB\\Driver\\Exception\\RuntimeException <mongodb-driver-exception-runtimeexception>` for other errors at the driver level (e.g. connection errors). --- ref: error-badmethodcallexception-write-result content: | :phpclass:`MongoDB\\Exception\\BadMethodCallException` if this method is called and the write operation used an unacknowledged :manual:`write concern </reference/write-concern>`. --- ref: error-invalidargumentexception content: | :phpclass:`MongoDB\\Exception\\InvalidArgumentException` for errors related to the parsing of parameters or options. --- ref: error-unexpectedvalueexception content: | :phpclass:`MongoDB\\Exception\\UnexpectedValueException` if the command response from the server was malformed. --- ref: error-unsupportedexception content: | :phpclass:`MongoDB\\Exception\\UnsupportedException` if options are used and not supported by the selected server (e.g. ``collation``, ``readConcern``, ``writeConcern``). --- ref: error-gridfs-filenotfoundexception content: | :phpclass:`MongoDB\\GridFS\\Exception\\FileNotFoundException` if no file was found for the selection criteria. --- ref: error-gridfs-corruptfileexception content: | :phpclass:`MongoDB\\GridFS\\Exception\\CorruptFileException` if the file's metadata or chunk documents contain unexpected or invalid data. ...