src.exceptions package
Submodules
src.exceptions.exceptions module
- exception src.exceptions.exceptions.CollectionIsNone(message='Collection is None, check the credentials and connection.', code='COLLECTION_NONE_ERROR_003')[source]
Bases:
ExceptionException raised for errors with empty collection.
- exception src.exceptions.exceptions.ConnectionNotConfigured(message='Firestore connection not configured.', code='CONNECTION_NOT_CONFIGURED_004')[source]
Bases:
ExceptionException raised for errors when connection is not configured.