pub fn creation_err(
    msg: String,
    exp: Option<bool>,
    prev: Option<MappedErrors>
) -> MappedErrors
Expand description

Such functions should ve used over the raw MappedErrors struct to resolve specific errors.