pub type StoreError = Box<dyn Error + Send + Sync>;
Store-layer error type.
pub struct StoreError(/* private fields */);