# Wijmo_Grid_Sheet.Notavailableerror

## Content

<div class="content__tsd">
						<div style="display:flex;justify-content:space-between;align-items:center">
							<h1>
								NotAvailableError Class
							</h1>
						</div>
						<section class="tsd-comment">
							<div class="tsd-comment">
								<div class="lead">
									<p>Represents the "#N/A" error that occurs when value a value is not available to a formula.</p>
								</div>
								<p>This class is not intended to be instantiated in your code.</p>
							</div>
						</section>
						<section class="tsd-hierarchy">
							<h3>Heirarchy</h3>
							<ul class="tsd-hierarchy">
								<li>
									<a href="wijmo_grid_sheet.formulaerror.html" class="tsd-signature-type">FormulaError</a>
									<ul class="tsd-hierarchy">
										<li>
											<span class="target">NotAvailableError</span>
										</li>
									</ul>
								</li>
							</ul>
						</section>
						<section class="tsd-index-group">
							<section class="tsd-index-panel">
								<div class="tsd-index-content">
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Properties
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_sheet.notavailableerror.html#data" class="tsd-kind-icon">data</a></li>
											<li class="tsd-kind-property tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_sheet.notavailableerror.html#error" class="tsd-kind-icon">error</a></li>
										</ul>
									</section>
									<section class="tsd-index-section ">
										<div class="title">
											<div class="gc_api_tree-item_icon_img_wrapper">
												<div class="gc_api_tree-item_icon_img" data-expand="true">
												</div>
											</div>
											<h3>
												Methods
											</h3>
										</div>
										<ul class="tsd-index-list">
											<li class="tsd-kind-method tsd-parent-kind-class tsd-is-inherited"><a href="wijmo_grid_sheet.notavailableerror.html#tostring" class="tsd-kind-icon">to<wbr>String</a></li>
										</ul>
									</section>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Properties</h2>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="data" class="tsd-anchor"></a>
								<h3>data</h3>
								<div class="tsd-signature tsd-kind-icon">data<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">any</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_sheet.formulaerror.html">FormulaError</a>.<a href="wijmo_grid_sheet.formulaerror.html#data">data</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Ges the data associated with the error.</p>
									</div>
									<p>It could be a text that explains the error or a JavaScript exception object associated with the error.</p>
								</div>
							</section>
							<section class="tsd-panel tsd-member tsd-kind-property tsd-parent-kind-class tsd-is-inherited">
								<a name="error" class="tsd-anchor"></a>
								<h3>error</h3>
								<div class="tsd-signature tsd-kind-icon">error<span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div>
								<aside class="tsd-sources">
									<p>Inherited from <a href="wijmo_grid_sheet.formulaerror.html">FormulaError</a>.<a href="wijmo_grid_sheet.formulaerror.html#error">error</a></p>
								</aside>
								<div class="tsd-comment">
									<div class="lead">
										<p>Gets the error code, for example "#DIV/0!".</p>
									</div>
								</div>
							</section>
						</section>
						<section class="tsd-panel-group tsd-member-group ">
							<h2>Methods</h2>
							<section class="tsd-panel tsd-member tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
								<a name="tostring" class="tsd-anchor"></a>
								<h3>toString</h3>
								<ul class="tsd-signatures tsd-kind-method tsd-parent-kind-class tsd-is-inherited">
									<li class="tsd-signature tsd-kind-icon">to<wbr>String<span class="tsd-signature-symbol">(</span><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">: </span><span class="tsd-signature-type">any</span></li>
								</ul>
								<ul class="tsd-descriptions">
									<li class="tsd-description">
										<aside class="tsd-sources">
											<p>Inherited from <a href="wijmo_grid_sheet.formulaerror.html">FormulaError</a>.<a href="wijmo_grid_sheet.formulaerror.html#tostring">toString</a></p>
										</aside>
										<div class="tsd-comment">
											<div class="lead">
												<p>Returns the string that represents the error.</p>
											</div>
										</div>
										<h4 class="tsd-returns-title">Returns <span class="tsd-signature-type">any</span></h4>
									</li>
								</ul>
							</section>
						</section>
					</div>