The MongoDB\Driver\Exception\BulkWriteException class
Guide
Edit on GitHub ✎
Thrown when a bulk write operation fails.
Intro
Thrown when a bulk write operation fails.
Class synopsis
class MongoDB\Driver\Exception\BulkWriteException { }
Properties
writeResultThe
MongoDB\Driver\WriteResultassociated with the failed write operation.
Changelog
| Version | Description |
|---|---|
| PECL mongodb 2.3.0 | The writeResult property is now public readonly. |
| PECL mongodb 2.0.0 | This class now extends MongoDB\Driver\Exception\ServerException instead of MongoDB\Driver\Exception\WriteException. |
Bulkwriteexception