Package org.apache.ignite.lang
Class ErrorGroups.Catalog
java.lang.Object
org.apache.ignite.lang.ErrorGroups.Catalog
- Enclosing class:
- ErrorGroups
Catalog error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ErrorGroupCatalog error group.static final intA catalog update could not be applied because the underlying storage is temporarily unavailable or overloaded.static final intThe catalog version used by the client does not match the one the server operates at.static final intCommand to the catalog has not passed the validation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
CATALOG_ERR_GROUP
Catalog error group. -
VALIDATION_ERR
public static final int VALIDATION_ERRCommand to the catalog has not passed the validation. See exception message for details. -
CATALOG_VERSION_MISMATCH_ERR
public static final int CATALOG_VERSION_MISMATCH_ERRThe catalog version used by the client does not match the one the server operates at. Accompanied by theexpected-catalog-vererror extension carrying the expected version. -
CATALOG_UNAVAILABLE_ERR
public static final int CATALOG_UNAVAILABLE_ERRA catalog update could not be applied because the underlying storage is temporarily unavailable or overloaded.
-
-
Constructor Details
-
Catalog
public Catalog()
-