Skip to content

Commit 2fa1e36

Browse files
Backport to branch(3.11) : Add ScalarDB Dao and related files (#2512)
Co-authored-by: inv-jishnu <[email protected]> Co-authored-by: Jishnu J <[email protected]>
1 parent 1b7b814 commit 2fa1e36

File tree

7 files changed

+735
-1
lines changed

7 files changed

+735
-1
lines changed

data-loader/core/src/main/java/com/scalar/db/dataloader/core/ErrorMessage.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ public class ErrorMessage {
1717
public static final String CLUSTERING_KEY_NOT_FOUND =
1818
"The provided clustering key %s was not found";
1919
public static final String INVALID_PROJECTION = "The column '%s' was not found";
20+
public static final String ERROR_CRUD_EXCEPTION =
21+
"Something went wrong while trying to save the data. Details: %s";
22+
public static final String ERROR_SCAN =
23+
"Something went wrong while scanning. Are you sure you are running in the correct transaction mode? Details: %s";
2024
public static final String MISSING_NAMESPACE_OR_TABLE = "Missing namespace or table: %s, %s";
2125
public static final String TABLE_METADATA_RETRIEVAL_FAILED =
2226
"Failed to retrieve table metadata. Details: %s";

0 commit comments

Comments
 (0)