From 80f2d79fe27b90ee26b7f28a648214764b44d4a9 Mon Sep 17 00:00:00 2001 From: Toshihiro Suzuki Date: Wed, 29 Jan 2025 14:54:44 +0900 Subject: [PATCH] Remove unnecessary error code (#2485) --- .../src/main/java/com/scalar/db/common/error/CoreError.java | 6 ------ 1 file changed, 6 deletions(-) diff --git a/core/src/main/java/com/scalar/db/common/error/CoreError.java b/core/src/main/java/com/scalar/db/common/error/CoreError.java index 9d5b17efaa..7f82af517d 100644 --- a/core/src/main/java/com/scalar/db/common/error/CoreError.java +++ b/core/src/main/java/com/scalar/db/common/error/CoreError.java @@ -678,12 +678,6 @@ public enum CoreError implements ScalarDbError { ""), DATA_LOADER_ERROR_METHOD_NULL_ARGUMENT( Category.USER_ERROR, "0151", "Method null argument not allowed", "", ""), - ABAC_NOT_ENABLED( - Category.USER_ERROR, - "0152", - "The attribute-based access control feature is not enabled. To use this feature, you must enable it. Note that this feature is supported only in the ScalarDB Enterprise edition", - "", - ""), DATA_LOADER_CLUSTERING_KEY_NOT_FOUND( Category.USER_ERROR, "0153", "The provided clustering key %s was not found", "", ""), DATA_LOADER_INVALID_PROJECTION(