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