Class ShopperContextErrorCodes
dw.customer.shoppercontext
Class ShopperContextErrorCodes
Object
dw.customer.shoppercontext.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
Constructor Detail
ShopperContextErrorCodes
public ShopperContextErrorCodes()