Skip to content

Commit 2209ff1

Browse files
committed
resolve conflict
1 parent 56b4754 commit 2209ff1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1202,6 +1202,8 @@ public enum CoreError implements ScalarDbError {
12021202
Category.INTERNAL_ERROR, "0052", "Failed to read JSON file. Details: %s.", "", ""),
12031203
DATA_LOADER_JSONLINES_FILE_READ_FAILED(
12041204
Category.INTERNAL_ERROR, "0053", "Failed to read JSON Lines file. Details: %s.", "", ""),
1205+
JDBC_TRANSACTION_GETTING_SCANNER_FAILED(
1206+
Category.INTERNAL_ERROR, "0054", "Getting the scanner failed. Details: %s", "", ""),
12051207

12061208
//
12071209
// Errors for the unknown transaction status error category

0 commit comments

Comments
 (0)