I | |
Invalid_objectId [Bson] |
Raised when an objectId's length is not 12.
|
M | |
Malformed_bson [Bson] |
Raised when bad things happen while decoding the bytes to bson doc
|
MongoAdmin_failed [MongoAdmin] |
the exception will be raised if anything is wrong, with a string message
|
Mongo_failed [Mongo] |
the exception will be raised if anything is wrong, with a string message
|
U | |
Unknown_op_code [MongoOperation] |
Raised when dealing with an unknown operation code
|
W | |
Wrong_bson_type [Bson] |
Raised when an unkown bson type is met while encoding the bson doc
|
Wrong_string [Bson] |
Raised only when trying to decode the bytes to string.
|