Enum RuleSeverity
- Namespace
- JD.Domain.Abstractions
- Assembly
- JD.Domain.Abstractions.dll
Defines the severity level of a rule violation or validation error.
public enum RuleSeverity
Fields
Critical = 3Critical error that prevents operation and must be addressed.
Error = 2Error that indicates a rule violation but may be recoverable.
Info = 0Informational message that doesn't indicate a problem.
Warning = 1Warning that should be reviewed but doesn't prevent operation.