import { DaffCartStorageFailure } from '@daffodil/cart/state'
Indicates that an error occured while either reading or writing the cart ID to or from storage.
class DaffCartStorageFailure implements DaffFailureAction {
readonly type: DaffCartActionTypes.CartStorageFailureAction = DaffCartActionTypes.CartStorageFailureAction
payload: DaffStateError[]
}