# Properties

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| <p><strong>public static</strong> <a href="properties/static-template"><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="../constructor#problem"><code>{problem}</code></a>, <a href="../constructor#fix"><code>{fix}</code></a> and optional <a href="../constructor#id"><code>{id}</code></a>, <code>{link}</code>, <a href="../constructor#max"><code>{max}</code></a>, <a href="../constructor#min"><code>{min}</code></a>, <a href="../constructor#type"><code>{type}</code></a> tags.</p>                                                                                                  |
| <p><a href="properties/fix"><strong>#fix</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>A privately stored possible solution to the described <a href="../../getting-started/basic-concepts#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="properties/id"><strong>#id?</strong></a><strong>:</strong> <mark style="color:green;">Id</mark><br>Optional privately stored unique <a href="../../getting-started/basic-concepts#identification">identification</a> of the described <a href="../../getting-started/basic-concepts#problem">problem</a> of generic type variable <a href="../generic-type-variables#commonerror-less-than-id-greater-than"><code>Id</code></a>.</p>                                                                                                                                                                                                                                                                                                                                                                                           |
| <p><a href="properties/link"><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="properties/problem"><strong>#problem</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>A privately stored <a href="../../getting-started/basic-concepts#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="properties/template"><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="../../getting-started/basic-concepts#template">template</a> of the error <a href="../../getting-started/basic-concepts#message">message</a> that contains replaceable required <a href="../constructor#fix"><code>{fix}</code></a>, <a href="../constructor#problem"><code>{problem}</code></a> and optional <a href="../constructor#id"><code>{id}</code></a>, <code>{link}</code>, <a href="../constructor#max"><code>{max}</code></a>, <a href="../constructor#min"><code>{min}</code></a>, <a href="../constructor#type"><code>{type}</code></a> tags.</p> |
