Enum SideEffectSeverity
Represents the severity level of a SideEffect. Determines the criticality and potential need for intervention.
Namespace: ModularityKit.Mutator.Abstractions.Effects
Assembly: ModularityKit.Mutator.dll
Syntax
public enum SideEffectSeverity
Fields
| Name | Description |
|---|---|
| Critical | Critical side effect. Immediate action is recommended. May impact system stability or security. |
| Error | Error-level side effect. Indicates a problem that should be addressed. |
| Info | Informational side effect. No immediate action required. |
| Warning | Warning-level side effect. Indicates a potential issue, may require attention. |