MongoDB\Driver\Exception\CommandException::getResultDocument

(mongodb >= 1.5.0)

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

Açıklama

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

Returns the result document for the failed command.

Değiştirgeler

Bu işlevin değiştirgesi yoktur.

Dönen Değerler

The result document for the failed command.

Ayrıca Bakınız