errors
– Exceptions raised by the gridfs
package¶
Exceptions raised by the gridfs
package
- exception gridfs.errors.CorruptGridFile(message='', error_labels=None)¶
Raised when a file in
GridFS
is malformed.
- exception gridfs.errors.FileExists(message='', error_labels=None)¶
Raised when trying to create a file that already exists.
- exception gridfs.errors.GridFSError(message='', error_labels=None)¶
Base class for all GridFS exceptions.