MongoDB\Driver\Exception\CommandException::getResultDocument

(mongodb >= 1.5.0)

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

Opis

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

Returns the result document for the failed command.

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

The result document for the failed command.

Zobacz też:

add a note add a note

User Contributed Notes

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