GitHub

DaffCartStorageFailure

Indicates that an error occured while either reading or writing the cart ID to or from storage.

import { DaffCartStorageFailure } from '@daffodil/cart/state'
class DaffCartStorageFailure implements DaffFailureAction {
  readonly type: DaffCartActionTypes.CartStorageFailureAction
  payload: DaffStateError[]
}

Properties

Name Type Description
type DaffCartActionTypes.CartStorageFailureAction
payload DaffStateError[]