static template
A template of the error message of string type with the replaceable tags
CommonError.template
CommonError.templatepublic static template = `Problem{id}: {problem} => Fix: {fix}`;Tags
{fix}
{fix}{id}
{id}{link}
{link}{max}
{max}{min}
{min}{problem}
{problem}{type}
{type}Example usage
Last updated