Class 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
Name | Description |
---|---|
this
(description, file, line, next)
|
Fields
Name | Type | Description |
---|---|---|
description
|
immutable(vibe |