pub type ClearErrorRequest = Request<{ Command::ClearError }, ()>;
pub struct ClearErrorRequest { pub data: (), }
data: ()