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.
Inherits from
-
MongoException
(base class)
Constructors
Name | Description |
---|---|
this |
Fields
Name | Type | Description |
---|---|---|
description | MongoErrorDescription |
Authors
Sönke Ludwig
Copyright
© 2012 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.