dw.customer.shoppercontext
Class ShopperContextErrorCodes

Helper class containing error codes to indicate why a Shopper Context cannot be accessed, set or modified.
Constants
ASSIGNMENT_QUALIFIERS_LIMIT_EXCEEDED
:
String = "ASSIGNMENT_QUALIFIERS_LIMIT_EXCEEDED"
Indicates that the assignment qualifiers limit exceeded
CUSTOM_QUALIFIERS_LIMIT_EXCEEDED
:
String = "CUSTOM_QUALIFIERS_LIMIT_EXCEEDED"
Indicates that the custom qualifiers limit exceeded
FEATURE_DISABLED
:
String = "FEATURE_DISABLED"
Indicates that the feature toggle 'ShopperContextEnabled' is not enabled.
INTERNAL_ERROR
:
String = "INTERNAL_ERROR"
Indicates that an internal error occurred while setting, retrieving or deleting the shopper context
INVALID_ARGUMENT
:
String = "INVALID_ARGUMENT"
Indicates an invalid arguemnt was provided
INVALID_REQUEST_TYPE
:
String = "INVALID_REQUEST_TYPE"
Indicates that the request type is invalid. Request must be a SCAPI request, or a hybrid storefront request, or
an ocapi request using a SLAS token.
QUOTA_LIMIT_EXCEEDED
:
String = "QUOTA_LIMIT_EXCEEDED"
Indicates that the quota limit for the shopper context has been reached.
Properties
Constructor Summary
Method Summary
Methods inherited from class
Object
assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values
© Copyright 2000-2025, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.