Enum RecipeReportSeverity
Severity of a recipe report message, ordered from least to most severe.
Namespace: Serenity.ProjectRecipe.Infrastructure.Editor.Reporting
Assembly: Serenity.UnityProjectRecipe.Infrastructure.Editor.dll
Syntax
public enum RecipeReportSeverity
Fields
| Name | Description |
|---|---|
| Blocker | A problem that prevents the whole run from importing anything. |
| Error | A problem with a single item; that item is skipped but the run continues. |
| Info | Informational note; no action required. |
| Warning | Non-blocking issue; import proceeds but the author should be aware. |