A template of error message with the replaceable {problem}, {fix} and optional {id} tags. By default, the value is equal to the static property template.
// Example usage.
import { Error } from '@angular-package/error';
// Returns "Error: ProblemTE:201: Wrong type => Fix: Change the type".
new Error('Wrong type', 'Change the type', 'TE:201');