Enum PolicyDecisionSeverity
Represents the severity level of a policy decision regarding a mutation.
Namespace: ModularityKit.Mutator.Abstractions.Policies
Assembly: ModularityKit.Mutator.dll
Syntax
public enum PolicyDecisionSeverity
Remarks
PolicyDecisionSeverity indicates the criticality or impact of a policy's decision. It can be used for logging, alerting, auditing, and decision prioritization.
Fields
| Name | Description |
|---|---|
| Critical | Critical severity; high-impact decision, requires immediate attention. |
| Error | Error severity; the mutation is blocked or has failed. |
| Info | Informational severity; the decision is noted but no action is needed. |
| Warning | Warning severity; attention may be required but not blocking. |