NodeErrorEvent#
Class NodeErrorEvent
Hierarchy
- WebVisEvent
- NodeErrorEvent
Index
Constructors
Properties
Constructors
constructor
- new
Node Error Event(targetNodeId, state): NodeErrorEvent -
The NODE_ERROR event occurs if a Node goes into an Error State.
Parameters
-
targetNodeId: number
The ID of the target Node.
-
state: NodeState
The State of the target Node.
Returns NodeErrorEvent
-
Properties
id
id: number
state
The State of the target Node.
target Node Id
target Node Id: number
The ID of the target Node.
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
NODE_ERROR