NodeErrorEvent#
Class NodeErrorEvent
Hierarchy
- WebVisEvent
- NodeErrorEvent
 
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: numberThe ID of the target Node. 
- 
state: NodeStateThe State of the target Node. 
 Returns NodeErrorEvent
- 
Properties
id
id: number
state
The State of the target Node.
target
target
The ID of the target Node.
Optional transaction
transaction
Optional transactionID
transactionID?: number
NODE_ERROR