pub type Error = Error;
A type which encapsulates recap errors
enum Error { MissingValue(&'static str), Custom(String), }