Skip to content

Commit e92d15d

Browse files
Backport to branch(3.13) : Remove unnecessary error code (#2486)
Co-authored-by: Toshihiro Suzuki <[email protected]>
1 parent 7543b56 commit e92d15d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -678,12 +678,6 @@ public enum CoreError implements ScalarDbError {
678678
""),
679679
DATA_LOADER_ERROR_METHOD_NULL_ARGUMENT(
680680
Category.USER_ERROR, "0151", "Method null argument not allowed", "", ""),
681-
ABAC_NOT_ENABLED(
682-
Category.USER_ERROR,
683-
"0152",
684-
"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",
685-
"",
686-
""),
687681
DATA_LOADER_CLUSTERING_KEY_NOT_FOUND(
688682
Category.USER_ERROR, "0153", "The provided clustering key %s was not found", "", ""),
689683
DATA_LOADER_INVALID_PROJECTION(

0 commit comments

Comments
 (0)