Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes the reducer state branch for initialization errors

export
interface

IInitErrorReducerState

Hierarchy

  • IInitErrorReducerState

Index

Properties

error: undefined | InitError

The caught initialization error

memberof

IInitErrorReducerState

includeStack: boolean

Indicates if the stack trace should be shown

memberof

IInitErrorReducerState

options: any

The initialization options

memberof

IInitErrorReducerState

warnings: string[]

Any warnings that were encountered during initialization

memberof

IInitErrorReducerState

Generated using TypeDoc