From b48efd6b00ebc3dd1dba50bd8952bd11b0b976e9 Mon Sep 17 00:00:00 2001 From: brfrn169 Date: Wed, 29 Jan 2025 10:46:22 +0900 Subject: [PATCH] Remove unnecessary error code --- .../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 2da09ee145..3dd000f504 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 @@ -690,12 +690,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(