Example usage for Java com.mongodb.bulk BulkWriteError fields, constructors, methods, implement or subclass
The text is from its open source code.
int | getCode() Gets the code associated with this error. |
int | getIndex() The index of the item in the bulk write operation with this error. |
String | getMessage() Gets the message associated with this error. |
String | toString() |