MongoDB\Controlador\Excepciones
PHP Manual

The MongoDB\Driver\Exception\WriteException class

(mongodb >= 1.0.0)

Introducción

Base class for exceptions thrown by a failed write operation. The exception encapsulates a MongoDB\Driver\WriteResult object.

Sinopsis de la Clase

abstract MongoDB\Driver\Exception\WriteException extends MongoDB\Driver\Exception\RuntimeException implements MongoDB\Driver\Exception\Exception {
/* Propiedades */
protected MongoDB\Driver\WriteResult $writeResult ;
/* Propiedades heredadas */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* Métodos */
final public MongoDB\Driver\WriteResult getWriteResult ( void )
/* Métodos heredados */
final public string Exception::getMessage ( void )
final public Exception Exception::getPrevious ( void )
final public mixed Exception::getCode ( void )
final public string Exception::getFile ( void )
final public int Exception::getLine ( void )
final public array Exception::getTrace ( void )
final public string Exception::getTraceAsString ( void )
public string Exception::__toString ( void )
final private void Exception::__clone ( void )
}

Propiedades

writeResult

The MongoDB\Driver\WriteResult associated with the failed write operation.

Tabla de contenidos


MongoDB\Controlador\Excepciones
PHP Manual