## This file is a template. The comment below is emitted ## into the rendered file; feel free to edit this file. // !!! WARNING: This is a GENERATED Code..Please do NOT Edit !!! #include using EType = std::string; using Error = std::string; using ErrorList = std::vector; using ErrorMap = std::map>; const ErrorMap errorMap = { % for key, errors in errDict.items(): {"${key}", { % for error in errors: "${error}", % endfor }}, % endfor };