Error | baconjs (original) (raw)

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

Hierarchy

Index

Constructors

Properties

Constructors

constructor

Returns 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