Java com.mongodb BulkWriteException fields, constructors, methods, implement or subclass

Example usage for Java com.mongodb BulkWriteException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.mongodb BulkWriteException.

The text is from its open source code.

Method

WriteConcernErrorgetWriteConcernError()
The write concern error, which may be null (in which case the list of errors will not be empty).
ListgetWriteErrors()
The list of errors, which will not be null, but may be empty (if the write concern error is not null).
BulkWriteResultgetWriteResult()
The result of all successfully processed write operations.