GitHub

DaffCategoryPageLoadFailure

import { DaffCategoryPageLoadFailure } from '@daffodil/category/state'

An action triggered upon a failed category page request.

class DaffCategoryPageLoadFailure implements Action {
  readonly type: DaffCategoryPageActionTypes.CategoryPageLoadFailureAction = DaffCategoryPageActionTypes.CategoryPageLoadFailureAction
  errorMessage: DaffStateError
}