Skip to content

Commit 24dc0c7

Browse files
Backport to branch(3.12) : Remove unnecessary error code (#2487)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent ddcc464 commit 24dc0c7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

core/src/main/java/com/scalar/db/common/error/CoreError.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -626,13 +626,6 @@ public enum CoreError implements ScalarDbError {
626626
""),
627627
DATA_LOADER_ERROR_METHOD_NULL_ARGUMENT(
628628
Category.USER_ERROR, "0151", "Method null argument not allowed", "", ""),
629-
630-
ABAC_NOT_ENABLED(
631-
Category.USER_ERROR,
632-
"0152",
633-
"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",
634-
"",
635-
""),
636629
DATA_LOADER_CLUSTERING_KEY_NOT_FOUND(
637630
Category.USER_ERROR, "0153", "The provided clustering key %s was not found", "", ""),
638631
DATA_LOADER_INVALID_PROJECTION(

0 commit comments

Comments
 (0)