NodeErrorEvent#
Class NodeErrorEvent
Hierarchy
- WebVisEvent
- NodeErrorEvent
Index
Constructors
Properties
Constructors
constructor
- new
Node Error Event(targetNodeId: number, state: NodeState): 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
state: NodeState
target Node Id
target Node Id: number
Optional
transaction Code
transaction Code?: string
Optional
transactionID
transactionID?: number
Optional
type
type?: EventType
NODE_ERROR