MongoDB Exceptions
PHP Manual

The MongoDB\Driver\BulkWriteException class

(バージョン情報なし。おそらく SVN 版にしか存在しないでしょう)

導入

クラス概要

final MongoDB\Driver\BulkWriteException extends MongoDB\Driver\WriteException implements MongoDB\Driver\Exception {
/* 継承したプロパティ */
protected string $message ;
protected int $code ;
protected string $file ;
protected int $line ;
/* 継承したメソッド */
final public ReturnType MongoDB\Driver\WriteException::getWriteResult ( void )
}

MongoDB Exceptions
PHP Manual