Skip to content

Commit

Permalink
Add ScalarDB Dao and related files (#2417)
Browse files Browse the repository at this point in the history
Co-authored-by: Peckstadt Yves <[email protected]>
  • Loading branch information
inv-jishnu and ypeckstadt committed Jan 31, 2025
1 parent 8ace665 commit 8d1ec5c
Show file tree
Hide file tree
Showing 7 changed files with 747 additions and 1 deletion.
12 changes: 12 additions & 0 deletions core/src/main/java/com/scalar/db/common/error/CoreError.java
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,18 @@ public enum CoreError implements ScalarDbError {
"Handling the before-preparation snapshot hook failed. Details: %s",
"",
""),
DATA_LOADER_ERROR_CRUD_EXCEPTION(
Category.INTERNAL_ERROR,
"0047",
"Something went wrong while trying to save the data. Details: %s",
"",
""),
DATA_LOADER_ERROR_SCAN(
Category.INTERNAL_ERROR,
"0048",
"Something went wrong while scanning. Are you sure you are running in the correct transaction mode? Details: %s",
"",
""),

//
// Errors for the unknown transaction status error category
Expand Down
Loading

0 comments on commit 8d1ec5c

Please sign in to comment.