Home > @vsf-enterprise/bigcommerce-theme > UseCartErrors

# UseCartErrors interface

Cart actions errors.

Signature:

export interface UseCartErrors 

# Properties

Property Type Description
addItem Error Errors occurred during addItem action.
clear Error Errors occurred during clear action.
load Error Errors occurred during load action.
loadCustomerCart Error Errors occurred during loadCustomerCart action.
removeItem Error Errors occurred during removeItem action.
updateItemQty Error Errors occurred during updateItemQty action.