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:

PropertyDescription
errorCode: String (read-only)Returns the error code indicating the reason for the failure.

This class does not have a constructor, so you cannot create it directly.

MethodDescription
getErrorCode()Returns the error code indicating the reason for the failure.

captureStackTrace, toString

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

errorCode: String (read-only)

Returns the error code indicating the reason for the failure.


getErrorCode(): String

Returns the error code indicating the reason for the failure.

Returns:

  • The error code.