pub fn invalid_format<S1, S2>(type_name: S1, value: S2) -> CodeParseErrorwhere
    S1: Into<String>,
    S2: Into<String>,