GitHub

DaffBestSellersLoadFailure

import { DaffBestSellersLoadFailure } from '@daffodil/product/state'

An action called when a request for best selling products failed.

class DaffBestSellersLoadFailure implements Action {
  readonly type: DaffBestSellersActionTypes.BestSellersLoadFailureAction = DaffBestSellersActionTypes.BestSellersLoadFailureAction
  payload: DaffStateError
}