valepakh commented on code in PR #3104:
URL: https://github.com/apache/ignite-3/pull/3104#discussion_r1469753889


##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -203,6 +203,9 @@ public static class Client {
 
         /** Client handshake header error. */
         public static final int HANDSHAKE_HEADER_ERR = 
CLIENT_ERR_GROUP.registerErrorCode((short) 10);
+
+        /** Specified node is not found in the cluster. */
+        public static final int NODE_NOT_FOUND_ERR = 
CLIENT_ERR_GROUP.registerErrorCode((short) 11);

Review Comment:
   Embedded API uses `ClusterNode` rather than strings, so this is only used in 
the client handler.



-- 
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]

Reply via email to