# GrapeCity.Viewer.Common.Model.ErrorInfo.Level

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="GrapeCity_Viewer_Common_Model_ErrorInfo_Level" data-uid="GrapeCity.Viewer.Common.Model.ErrorInfo.Level" class="text-break">ErrorInfo.Level Enum
</h1>
  <div class="markdown level0 summary"><p>Defines a set of severity levels for the error.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.Viewer.Common.Model.html">GrapeCity.Viewer.Common.Model</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Viewer.Common.dll</h6>
  <h5 id="GrapeCity_Viewer_Common_Model_ErrorInfo_Level_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ErrorInfo.Level</code></pre>
  </div>
  <h5 id="GrapeCity_Viewer_Common_Model_ErrorInfo_Level_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>The severity level helps in categorizing errors based on their criticality. This can be useful for filtering, logging, or displaying errors
to the end-user.</p>
</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_Viewer_Common_Model_ErrorInfo_Level_Error">Error</td>
        <td><p>Output error-handling messages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_ErrorInfo_Level_Info">Info</td>
        <td><p>Output informational messages.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_Viewer_Common_Model_ErrorInfo_Level_Warning">Warning</td>
        <td><p>Output warnings and error-handling messages.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
