The MongoDB\Driver\Exception\CommandException class
(mongodb >= 1.5.0)
はじめに
Thrown when a command fails.
クラス概要
MongoDB\Driver\Exception\CommandException
extends
MongoDB\Driver\Exception\ServerException
implements
MongoDB\Driver\Exception\Exception
{
/* プロパティ */
/* 継承したプロパティ */
/* メソッド */
/* 継承したメソッド */
}プロパティ
- resultDocument
-
The result document associated with the failed command.
目次
- MongoDB\Driver\Exception\CommandException::getResultDocument — Returns the result document for the failed command