#[derive(thiserror::Error, Debug)]
#[error("UnitError")]
pub struct UnitError {}
#[derive(thiserror::Error, Debug)]
#[error("TimeoutError")]
pub struct TimeoutError {}
#[derive(thiserror::Error, Debug)]
#[error("ProbablyNotRootCauseError")]
pub struct ProbablyNotRootCauseError {}