Skip to content

Commit 82754dc

Browse files
Backport to branch(3) : Add ScalarDB Dao and related files (#2508)
Co-authored-by: inv-jishnu <[email protected]>
1 parent a3e3bb6 commit 82754dc

File tree

7 files changed

+747
-1
lines changed

7 files changed

+747
-1
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,18 @@ public enum CoreError implements ScalarDbError {
10151015
"Handling the before-preparation snapshot hook failed. Details: %s",
10161016
"",
10171017
""),
1018+
DATA_LOADER_ERROR_CRUD_EXCEPTION(
1019+
Category.INTERNAL_ERROR,
1020+
"0047",
1021+
"Something went wrong while trying to save the data. Details: %s",
1022+
"",
1023+
""),
1024+
DATA_LOADER_ERROR_SCAN(
1025+
Category.INTERNAL_ERROR,
1026+
"0048",
1027+
"Something went wrong while scanning. Are you sure you are running in the correct transaction mode? Details: %s",
1028+
"",
1029+
""),
10181030

10191031
//
10201032
// Errors for the unknown transaction status error category

0 commit comments

Comments
 (0)