# Accessors

|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                                                                                                                              |
| --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><strong>public get</strong> <a href="accessors/get-fix"><strong>fix()</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor obtains a possible <a href="../../getting-started/basic-concepts#fix">solution</a> to the described <a href="accessors/get-problem">problem</a> by returning the <a href="properties/fix"><code>#fix</code></a> property of a specified object</p>                                                                                                                                                      |                                                                                                                                                                                                                                                                                                                                                                              |
| <p><strong>public get</strong> <a href="accessors/get-id"><strong>id()</strong></a><strong>:</strong> <mark style="color:green;">Id</mark>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              | <mark style="color:green;">undefined</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the error <a href="../../getting-started/basic-concepts#identification">identification</a> by returning the <a href="properties/id"><code>#id</code></a> property of a specified object.</p> |
| <p><strong>public get</strong> <a href="accessors/get-link"><strong>link()</strong></a><strong>:</strong> <mark style="color:green;">string</mark>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      | <mark style="color:green;">undefined</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the link(to read more about the thrown error) by returning the <a href="properties/link"><code>#link</code></a> property of a specified object.</p>                                          |
| <p><strong>public get</strong> <a href="accessors/get-message"><strong>message()</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the error <a href="../../getting-started/basic-concepts#message">message</a> by returning the parent <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error/message"><code>message</code></a> property of the <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Error"><code>Error</code></a> object.</p> |                                                                                                                                                                                                                                                                                                                                                                              |
| <p><strong>public get</strong> <a href="accessors/get-problem"><strong>problem()</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the <a href="../../getting-started/basic-concepts#problem">problem</a> by returning the <a href="properties/problem"><code>#problem</code></a> property of a specified object.</p>                                                                                                                                                                                                         |                                                                                                                                                                                                                                                                                                                                                                              |
| <p><strong>public get</strong> <a href="accessors/get-template"><strong>template()</strong></a><strong>:</strong> <mark style="color:green;">string</mark><br>The <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions/get"><code>get</code></a> accessor gets the <a href="../../getting-started/basic-concepts#template">template</a> of the error message by returning the <a href="properties/template"><code>#template</code></a> property of a specified object.</p>                                                                                                                                                                              |                                                                                                                                                                                                                                                                                                                                                                              |
