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:

Parameters

message

The detail message describing the exception

cause

The underlying cause of this exception, or null if none

See also

Inheritors

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?