The MongoDB\Driver\Exception\CommandException class

(mongodb >= 1.5.0)

Introducción

Thrown when a command fails.

Sinopsis de la Clase

classMongoDB\Driver\Exception\CommandExceptionextendsMongoDB\Driver\Exception\ServerExceptionimplementsMongoDB\Driver\Exception\Exception {
protectedstring$message = "";
privatestring$string = "";
protectedint$code;
protectedstring$file = "";
protectedint$line;
privatearray$trace = [];
private?Throwable$previous = null;
finalpublicException::getCode(): int
finalpublicException::getLine(): int
}

Propiedades

resultDocument

The result document associated with the failed command.

Tabla de contenidos

To Top