> For the complete documentation index, see [llms.txt](https://error.angular-package.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://error.angular-package.dev/draft-5/commonerror/properties.md).

# Properties

The \`CommonError\` object properties

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><strong>public static</strong> <a href="/draft-5/commonerror/properties/static-template.md"><strong>template</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>A template of the error message of <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String"><code>string</code></a> type with the replaceable <a href="/draft-5/commonerror/constructor.md#problem"><code>{problem}</code></a>, <a href="/draft-5/commonerror/constructor.md#fix"><code>{fix}</code></a> and optional <a href="/draft-5/commonerror/constructor.md#id"><code>{id}</code></a>, <code>{link}</code>, <a href="/draft-5/commonerror/constructor.md#max"><code>{max}</code></a>, <a href="/draft-5/commonerror/constructor.md#min"><code>{min}</code></a>, <a href="/draft-5/commonerror/constructor.md#type"><code>{type}</code></a> tags.</p>                                                                                                              |
| <p><a href="/draft-5/commonerror/properties/fix.md"><strong>#fix</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>A privately stored possible solution to the described <a href="/draft-5/getting-started/basic-concepts.md#problem">problem</a> of a <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String"><code>string</code></a> type</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| <p><a href="/draft-5/commonerror/properties/id.md"><strong>#id?</strong></a><strong>:</strong> <mark style="color:green;">Id</mark><br>Optional privately stored unique <a href="/draft-5/getting-started/basic-concepts.md#identification">identification</a> of the described <a href="/draft-5/getting-started/basic-concepts.md#problem">problem</a> of generic type variable <a href="/draft-5/commonerror/generic-type-variables.md#commonerror-less-than-id-greater-than"><code>Id</code></a>.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| <p><a href="/draft-5/commonerror/properties/link.md"><strong>#link?</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>The optional privately stored link of <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String"><code>string</code></a> type redirects to read more about the thrown error.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       |
| <p><a href="/draft-5/commonerror/properties/problem.md"><strong>#problem</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>A privately stored <a href="/draft-5/getting-started/basic-concepts.md#problem">problem</a> of a <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String"><code>string</code></a> type.</p>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     |
| <p><a href="/draft-5/commonerror/properties/template.md"><strong>#template</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>A <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String">string-type</a> privately stored <a href="/draft-5/getting-started/basic-concepts.md#template">template</a> of the error <a href="/draft-5/getting-started/basic-concepts.md#message">message</a> that contains replaceable required <a href="/draft-5/commonerror/constructor.md#fix"><code>{fix}</code></a>, <a href="/draft-5/commonerror/constructor.md#problem"><code>{problem}</code></a> and optional <a href="/draft-5/commonerror/constructor.md#id"><code>{id}</code></a>, <code>{link}</code>, <a href="/draft-5/commonerror/constructor.md#max"><code>{max}</code></a>, <a href="/draft-5/commonerror/constructor.md#min"><code>{min}</code></a>, <a href="/draft-5/commonerror/constructor.md#type"><code>{type}</code></a> tags.</p> |
