Module: ConvertSdk::BucketingError

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

Overview

Bucketing business misses, signaled as frozen singleton Sentinels.

Wire strings are byte-identical to the JS SDK (javascript-sdk/packages/enums/src/bucketing-error.ts). NOTE: the JS source has a typo in the constant name (+VARIAION_NOT_DECIDED+, missing the "T"). The Ruby constant spelling is CORRECTED to VARIATION_NOT_DECIDED; the wire string convert.com_variation_not_decided is left byte-identical to JS.

Constant Summary collapse

VARIATION_NOT_DECIDED =

No variation could be decided for the visitor. Wire: convert.com_variation_not_decided (byte-identical to JS).

Sentinel.new("convert.com_variation_not_decided")