MongoDBException

Wrapper class for all inner mongo collection manipulation errors.

It does not indicate problem with vibe.d driver itself. Most frequently this one is thrown when MongoConnection is in checked mode and getLastError() has something interesting.

Constructors

this
this(MongoErrorDescription description, string file, size_t line, Throwable next)
Undocumented in source.

Alias This

description

Members

Variables

description
MongoErrorDescription description;
Undocumented in source.

Meta