vibe.d beta banner
get vibe.d
0.10.0

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

Alias MongoErrorDescription

D POD representation of Mongo error object.

alias MongoErrorDescription = immutable(vibe.db.mongo.connection._MongoErrorDescription);

For successful queries "code" is negative. Can be used also to check how many documents where updated upon a successful query via "n" field.

Authors

Sönke Ludwig

Copyright

© 2012-2016 Sönke Ludwig

License

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