Module vibe.db.mongo.connection
Low level mongodb protocol.
Classes
Name | Description |
MongoAuthException
|
Generic class for all exceptions related to authentication problems.
|
MongoConnection
|
[internal] Provides low-level mongodb protocol access.
|
MongoDBException
|
Wrapper class for all inner mongo collection manipulation errors.
|
MongoDriverException
|
Generic class for all exception related to unhandled driver problems.
|
MongoException
|
Root class for vibe.d Mongo driver exception hierarchy.
|
Aliases
Name | Type | Description |
GetMoreDocumentDelegate
|
@safe void delegate(ref T document)
|
|
|
@safe void delegate(long, string, ulong)
|
|
MongoErrorDescription
|
immutable(vibe.db.mongo.connection._MongoErrorDescription)
|
D POD representation of Mongo error object.
|