« MongoDB\Driver\Exception\AuthenticationException
Search
MongoDB\Driver\Exception\BulkWriteException::getWriteResult »
PHP Manual
MongoDB\Driver\Exception
The MongoDB\Driver\Exception\BulkWriteException class
The MongoDB\Driver\Exception\BulkWriteException class
(mongodb >= 1.0.0)
Introduzione
Thrown when a bulk write operation fails.
Sommario della classe
class
MongoDB\Driver\Exception\BulkWriteException
extends
MongoDB\Driver\Exception\ServerException
implements
MongoDB\Driver\Exception\Exception
{
/* Proprietà */
protected
MongoDB\Driver\WriteResult
$
writeResult
;
/* Proprietà ereditate */
protected
?
array
$
errorLabels
;
protected
string
$
message
= ""
;
private
string
$
string
= ""
;
protected
int
$
code
;
protected
string
$
file
= ""
;
protected
int
$
line
;
private
array
$
trace
= []
;
private
?
Throwable
$
previous
= null
;
/* Metodi */
final
public
getWriteResult
():
MongoDB\Driver\WriteResult
/* Metodi ereditati */
final
public
MongoDB\Driver\Exception\RuntimeException::hasErrorLabel
(
string
$errorLabel
):
bool
final
public
Exception::getMessage
():
string
final
public
Exception::getPrevious
():
?
Throwable
final
public
Exception::getCode
():
int
final
public
Exception::getFile
():
string
final
public
Exception::getLine
():
int
final
public
Exception::getTrace
():
array
final
public
Exception::getTraceAsString
():
string
public
Exception::__toString
():
string
private
Exception::__clone
():
void
}
Proprietà
writeResult
The
MongoDB\Driver\WriteResult
associated with the failed write operation.
Log delle modifiche
Versione
Descrizione
PECL mongodb 2.0.0
This class now extends
MongoDB\Driver\Exception\ServerException
instead of
MongoDB\Driver\Exception\WriteException
.
Indice dei contenuti
MongoDB\Driver\Exception\BulkWriteException::getWriteResult
— Returns the WriteResult for the failed write operation
↑
and
↓
to navigate •
Enter
to select •
Esc
to close •
/
to open