Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Error

An event carrying an error. You can use onError to subscribe to errors.

Hierarchy

Index

Constructors

constructor

  • new Error(error: any): Error

Properties

error

error: any

The actual error object carried by this event

hasValue

hasValue: boolean = false

id

id: number = ++eventIdCounter

isEnd

isEnd: boolean = false

isError

isError: boolean = true

isInitial

isInitial: boolean = false

isNext

isNext: boolean = false

Generated using TypeDoc