# GrapeCity.ActiveReports.Blazor.Viewer.ErrorSeverity

## Content

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




  <h1 id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorSeverity" data-uid="GrapeCity.ActiveReports.Blazor.Viewer.ErrorSeverity" class="text-break">ErrorSeverity Enum
</h1>
  <div class="markdown level0 summary"><p>Describes the error severity levels.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="GrapeCity.ActiveReports.Blazor.Viewer.html">GrapeCity.ActiveReports.Blazor.Viewer</a></h6>
  <h6><strong>Assembly</strong>: MESCIUS.ActiveReports.Blazor.Viewer.dll</h6>
  <h5 id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorSeverity_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ErrorSeverity</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_ActiveReports_Blazor_Viewer_ErrorSeverity_debug">debug</td>
        <td><p>Indicates a debug message.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorSeverity_error">error</td>
        <td><p>Indicates an error.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorSeverity_info">info</td>
        <td><p>Indicates an informational message.</p>
</td>
      </tr>
      <tr>
        <td id="GrapeCity_ActiveReports_Blazor_Viewer_ErrorSeverity_warn">warn</td>
        <td><p>Indicates a warning.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
