Developer API

enumNullValueBehavior

List of enumNullValueBehavior

NameDescription
TreatAsErrorThrows an exception if a rule value is null.
TreatAsPassTreats null rule values as passing the condition.
TreatAsFailTreats null rule values as failing the condition.