errors
– Exceptions raised by the gridfs package
exception gridfs.errors.CorruptGridFile(message=’’, error_labels=None)
Raised when a file in is malformed.
Raised when trying to create a file that already exists.
exception gridfs.errors.GridFSError(message=’’, error_labels=None)
exception gridfs.errors.NoFile(message=’’, error_labels=None)
Raised when trying to read from a non-existent file.