vibe.d beta banner
get vibe.d
0.10.0

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

Class MongoDBException

Wrapper class for all inner mongo collection manipulation errors.

class MongoDBException
  : MongoException ;

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

NameDescription
this (description, file, line, next)

Fields

NameTypeDescription
description immutable(vibe.db.mongo.connection._MongoErrorDescription)

Properties

NameTypeDescription
code[get] int
connectionId[get] int
n[get] int
ok[get] double

Aliases

NameDescription
message
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.