vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct BulkWriteError

Describes a failed write command result for a single document.

struct BulkWriteError ;

Fields

NameTypeDescription
code intAn integer value identifying the write error.
details BsonA document providing more information about the write error (e.g. details pertaining to document validation).
index intThe index of the request that errored.
message stringA description of the error.

See Also

https://www.mongodb.com/docs/manual/reference/method/WriteResult/

Standards

https://github.com/mongodb/specifications/blob/0b6b96b758259edc91c2fc475bcf08eea54e08e2/source/crud/crud.rst#L1745

Authors

Jan Jurzitza

Copyright

© 2022 Jan Jurzitza

License

Subject to the terms of the MIT license, as written in the included LICENSE.txt file.