1/// Chalkydri's error type 2#[derive(Debug)] 3pub enum Error { 4 InvalidConfig, 5 FailedToReadConfig, 6}