ptupitsyn commented on code in PR #1698:
URL: https://github.com/apache/ignite-3/pull/1698#discussion_r1119823396
##########
modules/core/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -390,4 +390,29 @@ public static class NodeConfiguration {
*/
public static final int CONFIG_WRITE_ERR =
NODE_CONFIGURATION_ERR_GROUP.registerErrorCode(3);
}
+
+ /**
+ * Code deployment error group.
+ */
+ public static class CodeDeployment {
+ /**
+ * Code deployment error group.
+ */
+ public static final ErrorGroup CODE_DEPLOYMENT_ERR_GROUP =
ErrorGroup.newGroup("CODEDEPLOY", 13);
+
+ /**
+ * Access to not existed deployment unit.
Review Comment:
```suggestion
* Access to non-existing deployment unit.
```
--
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]