denis-chudov commented on code in PR #946:
URL: https://github.com/apache/ignite-3/pull/946#discussion_r924765125
##########
modules/core/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -44,4 +44,19 @@ public static class Table {
/** Column not found. */
public static int COLUMN_NOT_FOUND_ERR =
TABLE_ERR_GROUP.registerErrorCode(4);
}
+
+ /** Transactions error group. */
+ public static class Transactions {
+ /** Transactions error group. */
+ public static final ErrorGroup TX_ERR_GROUP =
ErrorGroup.newGroup("TX", 3);
+
+ /** Error on creation of table state storage. */
Review Comment:
sure
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]