[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Blazor.Viewer.ErrorSeverity

ErrorSeverity Enum

Describes the error severity levels.

Namespace: GrapeCity.ActiveReports.Blazor.Viewer
Assembly: MESCIUS.ActiveReports.Blazor.Viewer.dll
Syntax
[JsonConverter(typeof(JsonStringEnumConverter))]
public enum ErrorSeverity

Fields

Name Description
debug

Indicates a debug message.

error

Indicates an error.

info

Indicates an informational message.

warn

Indicates a warning.