Enum AuthoringSeverity
How serious an AuthoringIssue is, ordered from least to most severe so the worst issue in a set is the one with the highest value.
Namespace: Serenity.Shared.Authoring
Assembly: Serenity.Shared.dll
Syntax
public enum AuthoringSeverity
Fields
| Name | Description |
|---|---|
| Error | A defect that stops the asset doing its job. |
| Info | Something worth knowing that is not a defect: an explanation of what will be drawn. |
| Warning | A defect that still produces a usable asset. |