Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions core/src/main/java/com/scalar/db/common/error/CoreError.java
Original file line number Diff line number Diff line change
Expand Up @@ -848,13 +848,6 @@ public enum CoreError implements ScalarDbError {
Category.USER_ERROR, "0186", "The CSV row: %s does not match header: %s.", "", ""),
DATA_LOADER_JSON_CONTENT_START_ERROR(
Category.USER_ERROR, "0187", "Expected JSON file content to be an array", "", ""),
REPLICATION_NOT_ENABLED(
Category.USER_ERROR,
"0188",
// TODO: Update the message once the licence type is determined.
"The replication feature is not enabled. To use this feature, you must enable it",
"",
""),
DATA_LOADER_IMPORT_TARGET_MISSING(
Category.USER_ERROR,
"0189",
Expand Down