An action that indicates that a cart failed to resolve.
import { DaffResolveCartFailure } from '@daffodil/cart/state'
class DaffResolveCartFailure implements DaffFailureAction {
readonly type: DaffCartActionTypes.ResolveCartFailureAction
payload: DaffStateError[]
}
Name | Type | Description |
---|---|---|
type | DaffCartActionTypes.ResolveCartFailureAction | |
payload | DaffStateError[] |