1 2 3 4 5
#[derive(Debug)] pub enum ApsError { // Value is not within the valid range InvalidValue, }