Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.03 KB

CartConsistencyError.md

File metadata and controls

59 lines (32 loc) · 1.03 KB

@bigcommerce/checkout-sdk / CartConsistencyError

Class: CartConsistencyError

This error is thrown when the server detects inconsistency in cart data since it is last requested, for example, product prices or eligible discounts have changed.

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new CartConsistencyError(message?)

Parameters

Name Type
message? string

Overrides

StandardError.constructor

Properties

name

name: string

Inherited from

StandardError.name


type

type: string

Inherited from

StandardError.type