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