GitHub

DaffCategoryLoadFailure

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

An action triggered upon a failed category request.

class DaffCategoryLoadFailure implements Action {
  readonly type: DaffCategoryActionTypes.CategoryLoadFailureAction = DaffCategoryActionTypes.CategoryLoadFailureAction
  errorMessage: DaffStateError
}