This commit is contained in:
baifuyu 2023-12-25 20:11:49 +08:00
parent bb1927b7ba
commit f92c5c46ea

View File

@ -140,7 +140,11 @@ public class LocalBuilderMain {
if (response.isSuccess()) {
return response.getData();
}
throw new PipelineConfigException("");
throw new PipelineConfigException(
"get schema error={}, schemaUrl={}, projectId={}",
response.getErrorMsg(),
schemaUrl,
projectId);
}
private static Map<SPGTypeIdentifier, ConceptList> getConceptLists(