@bigcommerce/checkout-sdk › CartChangedError
↳ CartChangedError
+ new CartChangedError(previous
: ComparableCheckout, updated
: ComparableCheckout): CartChangedError
Overrides StandardError.constructor
Parameters:
Name | Type |
---|---|
previous |
ComparableCheckout |
updated |
ComparableCheckout |
Returns: CartChangedError
• data: object
alpha
Please note that this option is currently in an early stage of
development. Therefore the API is unstable and not ready for public
consumption.
-
previous: ComparableCheckout
-
updated: ComparableCheckout
• message: string
Implementation of CustomError.message
Inherited from AmazonPayWidgetError.message
• name: string
Implementation of CustomError.name
Inherited from CartChangedError.name
Overrides AmazonPayWidgetError.name
• stack? : undefined | string
Implementation of CustomError.stack
Inherited from AmazonPayWidgetError.stack
• type: string
Implementation of CustomError.type
Inherited from CartChangedError.type