Enum ValidationSeverity
Specifies the severity level of a validation message. Used in ValidationError, ValidationWarning, and related validation constructs.
Namespace: ModularityKit.Mutator.Abstractions.Results
Assembly: ModularityKit.Mutator.dll
Syntax
public enum ValidationSeverity
Fields
| Name | Description |
|---|---|
| Critical | Critical error. Indicates a severe failure requiring immediate attention. |
| Error | Error. Indicates a validation failure that should be addressed. |
| Info | Informational message. Does not indicate a problem. |
| Warning | Warning. Indicates a potential issue that may need attention. |