GitHub

DaffCategoryPageLoadFailure

An action triggered upon a failed category page request.

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

Properties

Name Type Description
type DaffCategoryPageActionTypes.CategoryPageLoadFailureAction
errorMessage DaffStateError