Skip to content

Latest commit

 

History

History
76 lines (44 loc) · 1.4 KB

CartChangedError.md

File metadata and controls

76 lines (44 loc) · 1.4 KB

@bigcommerce/checkout-sdk / CartChangedError

Class: CartChangedError

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new CartChangedError(previous, updated)

Parameters

Name Type
previous ComparableCheckout
updated ComparableCheckout

Overrides

StandardError.constructor

Properties

data

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.

Type declaration

Name Type
previous ComparableCheckout
updated ComparableCheckout

name

name: string

Inherited from

StandardError.name


type

type: string

Inherited from

StandardError.type