You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[c.SUBMITTERS_PUSH_FAILS,c.LOG_PREFIX_SYNC_SUBMITTERS+'Dropping %s after retry. Reason: %s.'],
15
15
[c.SUBMITTERS_PUSH_RETRY,c.LOG_PREFIX_SYNC_SUBMITTERS+'Failed to push %s, keeping data to retry on next iteration. Reason: %s.'],
16
16
// client status
17
-
[c.CLIENT_NOT_READY,'%s: the SDK is not ready, results may be incorrect%s. Make sure to wait for SDK readiness before using this method.'],
17
+
[c.CLIENT_NOT_READY_FROM_CACHE,'%s: the SDK is not ready to evaluate. Results may be incorrect%s. Make sure to wait for SDK readiness before using this method.'],
18
18
[c.CLIENT_NO_LISTENER,'No listeners for SDK Readiness detected. Incorrect control treatments could have been logged if you called getTreatment/s while the SDK was not yet ready.'],
19
19
// input validation
20
20
[c.WARN_SETTING_NULL,'%s: Property "%s" is of invalid type. Setting value to null.'],
0 commit comments