# C1.C1Preview.GenerateErrorEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_C1Preview_GenerateErrorEnum" data-uid="C1.C1Preview.GenerateErrorEnum" class="text-break">GenerateErrorEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Represents types of errors that can occur during document generation.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.C1Preview.html">C1.C1Preview</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.PrintDocument.4.6.2.dll</h6>
  <h5 id="C1_C1Preview_GenerateErrorEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum GenerateErrorEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum GenerateErrorEnum</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="C1_C1Preview_GenerateErrorEnum_AutoHeightNotSupproted">AutoHeightNotSupproted</td>
        <td><p>Auto height is not supported for an object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_AutoSizeNotSupported">AutoSizeNotSupported</td>
        <td><p>Auto size is not supported for an object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_AutoWidthNotSupproted">AutoWidthNotSupproted</td>
        <td><p>Auto width is not supported for an object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_CyclicReference">CyclicReference</td>
        <td><p>The document contains a cyclic reference.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_DataBinding">DataBinding</td>
        <td><p>Error in data binding.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_LayoutChange">LayoutChange</td>
        <td><p>Layout cannot be changed at that time.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_None">None</td>
        <td><p>No error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_ResolvingDimension">ResolvingDimension</td>
        <td><p>A dimension of an object cannot be resolved.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_Scripting">Scripting</td>
        <td><p>Scripting error.</p>
</td>
      </tr>
      <tr>
        <td id="C1_C1Preview_GenerateErrorEnum_Tags">Tags</td>
        <td><p>Error in processing document's tags.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
