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 e1b80cf commit 80970bfCopy full SHA for 80970bf
sdk/ml/azure-ai-ml/azure/ai/ml/_exception_helper.py
@@ -229,6 +229,8 @@ def format_create_validation_error(
229
schema_type = AzureFileSchema
230
elif entity_type == ErrorTarget.ENVIRONMENT:
231
schema_type = EnvironmentSchema
232
+ else:
233
+ schema_type = ""
234
235
resolutions += " " + REF_DOC_ERROR_MESSAGE_MAP.get(schema_type, "")
236
else:
0 commit comments