dw.customer.consent
Class ShopperConsentException
This exception is thrown by ShopperConsentMgr methods when an error occurs
during consent subscription operations.
The 'errorCode' property is set to one of the following values:
- ShopperConsentErrorCodes.FEATURE_DISABLED - Indicates that the Marketing Consent feature is not enabled.
- ShopperConsentErrorCodes.RETRIEVAL_ERROR - Indicates that an error occurred while retrieving consent subscriptions.
- ShopperConsentErrorCodes.UPDATE_ERROR - Indicates that an error occurred while updating consent subscriptions.
- ShopperConsentErrorCodes.CUSTOMER_NOT_AUTHENTICATED - Indicates that the customer is not authenticated (required for consent status retrieval).
- ShopperConsentErrorCodes.INTERNAL_ERROR - Indicates that an internal error occurred.
Properties
errorCode
:
String
(Read Only)
The error code indicating the reason for the failure.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
Methods inherited from class
Error
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-2026, salesforce.com inc. All rights reserved. Various trademarks held by their respective owners.
