PakhomovAlexander commented on code in PR #986:
URL: https://github.com/apache/ignite-3/pull/986#discussion_r951345776
##########
modules/configuration-api/src/main/java/org/apache/ignite/configuration/validation/ConfigurationValidationException.java:
##########
@@ -54,4 +55,9 @@ public ConfigurationValidationException(List<ValidationIssue>
issues) {
public List<ValidationIssue> getIssues() {
return issues;
}
+
+ private static String createMessageFromIssues(List<ValidationIssue>
issues) {
Review Comment:
Correct, the root cause of the problem will be explained in Problem#detail
filed.
--
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]