pub type StoreError = TypedStoreError;
pub enum StoreError { RocksDBError(String), SerializationError(String), UnregisteredColumn(String), CrossDBBatch, MetricsReporting, RetryableTransactionError, }