ygerzhedovich commented on code in PR #4991:
URL: https://github.com/apache/ignite-3/pull/4991#discussion_r1905746083


##########
modules/api/src/main/java/org/apache/ignite/lang/ErrorGroup.java:
##########
@@ -125,62 +129,14 @@ public static String errorMessage(UUID traceId, int code, 
String message) {
      * @param message Original message.
      * @return New error message with predefined prefix.
      */
-    public static String errorMessage(UUID traceId, String groupName, int 
code, String message) {
-        return ERR_PREFIX + groupName + '-' + 
Short.toUnsignedInt(extractErrorCode(code)) + " TraceId:" + traceId
+    public static String errorMessage(String errorPrefix, UUID traceId, String 
groupName, int code, String message) {

Review Comment:
   fixed



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