GitHub

DaffCartItemListFailure

Indicates the failed load of the cart's items.

import { DaffCartItemListFailure } from '@daffodil/cart/state'
class DaffCartItemListFailure implements DaffFailureAction {
  readonly type: DaffCartItemActionTypes.CartItemListFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartItemActionTypes.CartItemListFailureAction
payload DaffStateError[]