public class BulkWriteError extends Object
| Constructor and Description | 
|---|
| BulkWriteError(int code,
              String message,
              DBObject details,
              int index)Constructs a new instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object o) | 
| int | getCode()Gets the code associated with this error. | 
| DBObject | getDetails()Gets the details 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. | 
| int | hashCode() | 
| String | toString() | 
public int getCode()
public String getMessage()
public DBObject getDetails()
public int getIndex()