sk0x50 commented on code in PR #2390:
URL: https://github.com/apache/ignite-3/pull/2390#discussion_r1283200601
##########
modules/core/src/main/java/org/apache/ignite/lang/ErrorGroups.java:
##########
@@ -400,4 +400,15 @@ public static class Compute {
/** Class loader error. */
public static final int CLASS_LOADER_ERR =
COMPUTE_ERR_GROUP.registerErrorCode((short) 2);
}
+
+ /**
+ * File transfer error group.
+ */
+ public static class FileTransfer {
Review Comment:
Do we really need a dedicated error group for this? Perhaps, it should be a
part of the network error group. WDYT?
--
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]