Module bytehub.exceptions
Exception raised by Feature Store objects
Classes
class FeatureStoreException (*args, **kwargs)
-
General feature store exception.
Ancestors
- builtins.Exception
- builtins.BaseException
class MissingFeatureException (*args, **kwargs)
-
The requested feature/namespace does not exist.
Ancestors
- builtins.Exception
- builtins.BaseException
class RemoteFeatureStoreException (*args, **kwargs)
-
General feature store exception.
Ancestors
- builtins.Exception
- builtins.BaseException