errors
– Exceptions raised by the gridfs
package¶
Exceptions raised by the gridfs
package
- exception gridfs.errors.CorruptGridFile(message: str = '', error_labels: Optional[Iterable[str]] = None)¶
Raised when a file in
GridFS
is malformed.
- exception gridfs.errors.FileExists(message: str = '', error_labels: Optional[Iterable[str]] = None)¶
Raised when trying to create a file that already exists.