pub type InvalidConfigError = Box<dyn Display>;
Error that arises from invalid configurations
pub struct InvalidConfigError(/* private fields */);