Enum ValidationSeverity
- Namespace
- MoonBark.GridPlacement.Core.Types
- Assembly
- MoonBark.GridPlacement.Core.dll
Validation severity levels for placement validation.
public enum ValidationSeverity
Fields
Critical = 3Critical - system error preventing validation
Error = 2Error - placement not allowed
Info = 0Informational message
Warning = 1Warning - placement allowed but not recommended