WriteError (driver-core 5.4.0 API) (original) (raw)

Direct Known Subclasses:

[BulkWriteError](bulk/BulkWriteError.html "class in com.mongodb.bulk")


public class WriteError extends Object

Represents the details of a write error , e.g. a duplicate key error

Since:

3.0

Constructors
Constructs a new instance.
Construct an instance that is a shallow copy of the given instance.

boolean
Gets the category of this error.
int
[getCode](#getCode%28%29)()
Gets the code associated with this error.
Gets the details associated with this error.
Gets the message associated with this error.
int
[hashCode](#hashCode%28%29)()
[toString](#toString%28%29)()