[improvement][headless] add errorMsg to parse and execute response (#1764) (#1778)

This commit is contained in:
jipeli
2024-10-10 21:27:26 +08:00
committed by GitHub
parent 1b53226645
commit bf1f2ed60a
4 changed files with 33 additions and 16 deletions

View File

@@ -28,4 +28,5 @@ public class QueryResult {
private EntityInfo entityInfo;
private List<SchemaElement> recommendedDimensions;
private AggregateInfo aggregateInfo;
private String errorMsg;
}