Class ErrorGroups.Catalog

java.lang.Object
org.apache.ignite.lang.ErrorGroups.Catalog
Enclosing class:
ErrorGroups

public static class ErrorGroups.Catalog extends Object
Catalog error group.
  • Field Details

    • CATALOG_ERR_GROUP

      public static final ErrorGroup CATALOG_ERR_GROUP
      Catalog error group.
    • VALIDATION_ERR

      public static final int VALIDATION_ERR
      Command to the catalog has not passed the validation. See exception message for details.
    • CATALOG_VERSION_MISMATCH_ERR

      public static final int CATALOG_VERSION_MISMATCH_ERR
      The catalog version used by the client does not match the one the server operates at. Accompanied by the expected-catalog-ver error extension carrying the expected version.
    • CATALOG_UNAVAILABLE_ERR

      public static final int CATALOG_UNAVAILABLE_ERR
      A catalog update could not be applied because the underlying storage is temporarily unavailable or overloaded.
  • Constructor Details

    • Catalog

      public Catalog()