1
2
3
4
#[derive(Debug)]
pub enum Err {
    NotEnoughtData, // not enought data to compute requested values
}