Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "reducers/error"

Index

Functions

Functions

Const createErrorReducer

  • createErrorReducer(key: string): (Anonymous function)
  • A higher order reducer that creates a reducer that handles the error type actions returned by the apiMiddleware.

    Parameters

    • key: string

      A string value that is used to namespace an action type.

    Returns (Anonymous function)

    A reducer that handles the error actions dispatched by the apiMiddleware.

Generated using TypeDoc