Package com.mongodb

Class ClientBulkWriteException

All Implemented Interfaces:
Serializable

public final class ClientBulkWriteException extends MongoServerException
The result of an unsuccessful or partially unsuccessful client-level bulk write operation. Note that the code and labels from this exception are not useful. An application should use those from the top-level error.
Since:
5.3
See Also: