# GrapeCity.CalcEngine.CalcError

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_CalcEngine_CalcError" data-uid="GrapeCity.CalcEngine.CalcError" class="text-break">CalcError Enum
</h1>
  <div class="markdown level0 summary"><p>Represents a calculation error.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.CalcEngine.html">GrapeCity.CalcEngine</a></h6>
  <h6><strong>Assembly</strong>: GrapeCity.CalcEngine.dll</h6>
  <h5 id="GrapeCity_CalcEngine_CalcError_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum CalcError : byte</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum CalcError As Byte</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Blocked">Blocked</td>
        <td><p>A Blocked error will show as #BLOCKED!. The error indicates that the connection to the service was blocked.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Busy">Busy</td>
        <td><p>A Busy error will show as #BUSY!. The error indicates that we are waiting on data from the service.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Calc">Calc</td>
        <td><p>A Calc error will show as #CALC!. The error indicates a scenario currently unsupported by the calculation engine.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Connect">Connect</td>
        <td><p>A Connect error will show as #CONNECT!. The error indicates that an attempt to connect to the service has failed.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_DivideByZero">DivideByZero</td>
        <td><p>#DIV/0!</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_External">External</td>
        <td><p>#EXTERNAL!</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Field">Field</td>
        <td><p>A Field error will show as #FIELD!. The error indicates that a rich value key was not found.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_GettingData">GettingData</td>
        <td><p>#GETTING_DATA</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Name">Name</td>
        <td><p>A Name error will show as #NAME?. The error indicates that a formula contained unrecognized text.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_None">None</td>
        <td><p>There is no error. This value is used internally and it is not supposed to be used directly in your code.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_NotAvailable">NotAvailable</td>
        <td><p>#N/A</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Null">Null</td>
        <td><p>#NULL!</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Number">Number</td>
        <td><p>#NUM!</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Reference">Reference</td>
        <td><p>#REF!</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Spill">Spill</td>
        <td><p>A Spill error will show as #SPILL!. The error indicates that a formula result cannot be shown due to non-empty adjacent cells.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Unknown">Unknown</td>
        <td><p>An Unknown error will show as #UNKNOWN!. The error indicates a rich value with an unknown rich value type.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_CalcEngine_CalcError_Value">Value</td>
        <td><p>#VALUE!</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
