Enum Severity
Severity of an issue
Namespace: Unity.ProjectAuditor .Editor.Diagnostic
Assembly: solution.dll
Syntax
public enum Severity
Fields
Name | Description |
---|---|
Critical | Critical impact on performance, quality or functionality |
Default | Default severity |
Error | An error that will prevent a successful build |
Hidden | Not visible to user |
Info | Something which is reported for informational purposes only, not necessarily a problem |
Major | Significant impact |
Minor | Minor impact |
Moderate | Moderate impact |
None | Suppressed, ignored by UI and build |
Warning | A compiler warning encountered during code analysis |