pub type Error = Box<dyn Error>;
For now we use a simple boxed error to show the user
pub struct Error(/* private fields */);