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

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

Introduction

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

The text is from its open source code.

Method

intgetCode()
Gets the code associated with this error.
DBObjectgetDetails()
Gets the details associated with this error.
intgetIndex()
The index of the item in the bulk write operation with this error.
StringgetMessage()
Gets the message associated with this error.