RuleListError
public enum RuleListError : Error
All possible rule list configuration errors.
-
The rule list contains more than one configuration for the specified rule.
Declaration
Swift
case duplicatedConfigurations(rule: any Rule.Type)