errors – Exceptions raised by the bson package

Exceptions raised by the BSON package.

exception bson.errors.BSONError

x.__init__(...) initializes x; see help(type(x)) for signature

exception bson.errors.InvalidBSON

x.__init__(...) initializes x; see help(type(x)) for signature

exception bson.errors.InvalidDocument

x.__init__(...) initializes x; see help(type(x)) for signature

exception bson.errors.InvalidId

x.__init__(...) initializes x; see help(type(x)) for signature

exception bson.errors.InvalidStringData

x.__init__(...) initializes x; see help(type(x)) for signature

Previous topic

dbref – Tools for manipulating DBRefs (references to documents stored in MongoDB)

Next topic

json_util – Tools for using Python’s json module with BSON documents

This Page