isapego commented on code in PR #7080:
URL: https://github.com/apache/ignite-3/pull/7080#discussion_r2599137003
##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -282,6 +282,9 @@ public static class Client {
/** Resource not found. */
public static final int RESOURCE_NOT_FOUND_ERR =
CLIENT_ERR_GROUP.registerErrorCode((short) 10);
+
+ /** Client operation timeout. */
+ public static final int CLIENT_OPERATION_TIMEOUT_ERR =
CLIENT_ERR_GROUP.registerErrorCode((short) 11);
Review Comment:
I think we should. It can be useful for the user.
--
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]