Skip to content

Latest commit

 

History

History
103 lines (57 loc) · 2.66 KB

cartchangederror.md

File metadata and controls

103 lines (57 loc) · 2.66 KB

@bigcommerce/checkout-sdkCartChangedError

Class: CartChangedError

Hierarchy

StandardError

CartChangedError

Implements

Index

Constructors

Properties

Constructors

constructor

+ new CartChangedError(previous: ComparableCheckout, updated: ComparableCheckout): CartChangedError

Overrides StandardError.constructor

Parameters:

Name Type
previous ComparableCheckout
updated ComparableCheckout

Returns: CartChangedError

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:


message

message: string

Implementation of CustomError.message

Inherited from AmazonPayWidgetError.message


name

name: string

Implementation of CustomError.name

Inherited from CartChangedError.name

Overrides AmazonPayWidgetError.name


Optional stack

stack? : undefined | string

Implementation of CustomError.stack

Inherited from AmazonPayWidgetError.stack


type

type: string

Implementation of CustomError.type

Inherited from CartChangedError.type