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

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

Introduction

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

The text is from its open source code.

Method

intgetCode()
Gets the code 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.
StringtoString()