The MongoDB\Driver\Exception\BulkWriteException class
(mongodb >= 1.0.0)
简介
Thrown when a bulk write operation fails.
类摘要
MongoDB\Driver\Exception\BulkWriteException
extends
MongoDB\Driver\Exception\WriteException
implements
MongoDB\Driver\Exception\Exception
{
/* 继承的属性 */
/* 继承的方法 */
final public MongoDB\Driver\Exception\WriteException::getWriteResult
( void
) : MongoDB\Driver\WriteResult
}