MongoDB\Driver\Exception\CommandException::getResultDocument

(mongodb >= 1.5.0)

MongoDB\Driver\Exception\CommandException::getResultDocumentReturns the result document for the failed command

Descripción

finalpublicMongoDB\Driver\Exception\CommandException::getResultDocument(): object

Returns the result document for the failed command.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

The result document for the failed command.

Ver también

To Top