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

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

Introduction

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

The text is from its open source code.

Method

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.