Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInitErrorReducerState

Describes the reducer state branch for initialization errors

export
interface

IInitErrorReducerState

Hierarchy

  • IInitErrorReducerState

Index

Properties

error

error: InitError | undefined

The caught initialization error

type

{(InitError | undefined)}

memberof

IInitErrorReducerState

includeStack

includeStack: boolean

Indicates if the stack trace should be shown

type

{boolean}

memberof

IInitErrorReducerState

options

options: any

The initialization options

type

{*}

memberof

IInitErrorReducerState

Generated using TypeDoc