The MongoDB\Driver\Exception\CommandException class
(mongodb >= 1.5.0)
简介
Thrown when a command fails.
类摘要
class 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