DaffCartLoadFailure
Indicates the failed load of the cart.
import { DaffCartLoadFailure } from '@daffodil/cart/state'
class DaffCartLoadFailure implements DaffFailureAction {
readonly type: DaffCartActionTypes.CartLoadFailureAction
payload: DaffStateError[]
}
Properties
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.CartLoadFailureAction | |
payload | DaffStateError[] |