Module: ConvertSdk::RuleError

Defined in:
lib/convert_sdk/enums/rule_error.rb

Overview

Rule-evaluation business misses, signaled as frozen singleton Sentinels.

Returned by audience/rule evaluation when a decision cannot be made. Wire strings are byte-identical to the JS SDK (javascript-sdk/packages/enums/src/rule-error.ts) and appear on the wire.

Constant Summary collapse

NO_DATA_FOUND =

No data was found to evaluate the rule. Wire: convert.com_no_data_found.

Sentinel.new("convert.com_no_data_found")
NEED_MORE_DATA =

More data is required before a decision can be made. Wire: convert.com_need_more_data.

Sentinel.new("convert.com_need_more_data")