FeatureStoreException
Base exception for all FeatureStore operations.
This sealed exception hierarchy represents errors that can occur during feature store CRUD operations, group management, and permission handling. Being sealed allows for exhaustive when expressions when handling store-specific errors.
Common scenarios that throw these exceptions:
Attempting to access non-existent features (FeatureNotFoundException)
Creating duplicate features (FeatureAlreadyExistsException)
Operating on non-existent groups (GroupNotFoundException)
Parameters
message
The detail message describing the exception
cause
The underlying cause of this exception, or null if none