mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
move ecsotre/error to common
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
use crate::{disk, error::Error, store_err::is_err_object_not_found};
|
||||
use crate::{disk, store_err::is_err_object_not_found};
|
||||
use common::error::Error;
|
||||
|
||||
#[derive(Debug, PartialEq, thiserror::Error)]
|
||||
pub enum ConfigError {
|
||||
|
||||
Reference in New Issue
Block a user