MongoDB\Driver\Exception\CommandException::getResultDocument

(mongodb >= 1.5.0)

MongoDB\Driver\Exception\CommandException::getResultDocumentDevuelve el documento resultante para el comando fallido

Descripción

final public MongoDB\Driver\Exception\CommandException::getResultDocument(): object

Devuelve el documento resultante para el comando fallido.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

El documento resultante para el comando fallido.

Ver también

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top