Package org.apache.ignite.lang
Class ErrorGroups.Rest
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Rest
- Enclosing class:
- ErrorGroups
REST service error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Cluster has not yet been initialized or the node is in the process of stopping.static final ErrorGroup
REST service error group. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
REST_ERR_GROUP
REST service error group. -
CLUSTER_NOT_INIT_ERR
public static final int CLUSTER_NOT_INIT_ERRCluster has not yet been initialized or the node is in the process of stopping.
-
-
Constructor Details
-
Rest
public Rest()
-