We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcaf134 commit 078b286Copy full SHA for 078b286
model/src/main/java/com/basistech/rosette/apimodel/recordsimilarity/RecordSimilarityResult.java
@@ -33,6 +33,8 @@ public class RecordSimilarityResult {
33
Map<String, RecordSimilarityField> left;
34
Map<String, RecordSimilarityField> right;
35
RecordSimilarityExplainInfo explainInfo;
36
+
37
+ @JsonInclude(JsonInclude.Include.NON_EMPTY)
38
List<String> error;
39
40
@JsonInclude(JsonInclude.Include.NON_EMPTY)
0 commit comments