BulkWriteError

Describes a failed write command result for a single document.

Members

Variables

code
int code;

An integer value identifying the write error.

details
Bson details;

A document providing more information about the write error (e.g. details pertaining to document validation).

index
int index;

The index of the request that errored.

message
string message;

A description of the error.

See Also

Meta