NodeState¶
Enumeration NodeState
Index
Enumeration Members
CREATED
CREATED: 1000
Indicates that the node is created.
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.
ERROR_ VALIDATION
ERROR_VALIDATION: 5005
Indicates a problem with the input URI validation.
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 nodes 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 determined by dividing the state by 1000.
See
InstanceGraphAPI