letreport=Report::msg(format!(" multi-bar (c): {inner}").replace("An error occurred when deserializing: ",""))
.wrap_err(format!("single-bar (b): {outer}").replace("An error occurred when deserializing: ",""))
.wrap_err("An invalid config was found. The following errors were encountered:")
.note("Both the single-bar (type b / error 1) and multi-bar (type c / error 2) config variants were tried. You can likely ignore whichever of these is not relevant to you.")
.suggestion("Please see https://github.com/JakeStanger/ironbar/wiki/configuration-guide#2-pick-your-use-case for more info on the above");