NodeState#
Enumeration NodeState
Index
Enumeration Members
CREATED
CREATED: 1000
Indicates
ERROR
ERROR: 5000
Indicates a general Error that doesn't match any of the specific ones.
ERROR_ AUTHORIZATION
ERROR_ AUTHORIZATION: 5001
Indicates a problem with the data authorization.
ERROR_ CONNECTION
ERROR_ CONNECTION: 5003
Indicates a problem with the network connection.
ERROR_ LICENSE
ERROR_ LICENSE: 5004
Indicates a problem with the license checkout.
ERROR_ PROCESSING
ERROR_ PROCESSING: 5002
Indicates a problem with the data processing.
PROCESSING
PROCESSING: 2001
Indicates that the processing is in progress.
READY
READY: 3000
Indicates that the referenced data is ready to use.
REQUESTED
REQUESTED: 2000
Indicates that the processing is requested.
WARNING
WARNING: 4000
Indicates a general Warning that doesn't match any of the specific ones.
WARNING_ SUBTREE
WARNING_ SUBTREE: 4001
Indicates that one or more Node's in the subtree have an Error.
The NodeState describes the current state of a Node and its referenced Data. The NodeState is grouped by the NodeStateCategory which can be discovered by dividing the State by 1000.