6 lines
404 B
Rust
6 lines
404 B
Rust
pub const ERR_IGNORE_FILE_CONTRIB: &str = "ignore this file's contribution toward data-usage";
|
|
pub const ERR_SKIP_FILE: &str = "skip this file";
|
|
pub const ERR_HEAL_STOP_SIGNALLED: &str = "heal stop signaled";
|
|
pub const ERR_HEAL_IDLE_TIMEOUT: &str = "healing results were not consumed for too long";
|
|
pub const ERR_RETRY_HEALING: &str = "some items failed to heal, we will retry healing this drive again";
|