GitHub

DaffCartCreateFailure

Indicates the failed creation of a new cart.

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

Properties

Name Type Description
type DaffCartActionTypes.CartCreateFailureAction
payload DaffStateError[]