Skip to content

Commit 51b4c30

Browse files
authored
Merge pull request #111622 from likebupt/update-error-code
update error code article
2 parents 6967aa6 + fe78e56 commit 51b4c30

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

articles/machine-learning/algorithm-module-reference/designer-error-codes.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,19 @@ ms.topic: reference
99

1010
author: likebupt
1111
ms.author: keli19
12-
ms.date: 12/03/2019
12+
ms.date: 04/16/2020
1313
---
1414
# Exceptions and error codes for the designer (preview)
1515

1616
This article describes the error messages and exception codes in Azure Machine Learning designer (preview) to help you troubleshoot your machine learning pipelines.
1717

18-
There are two ways to get the full text of an error message in the designer:
18+
You can find the error message in the designer following these steps:
1919

20-
- Click the link, **View Output Log**, in the right pane and scroll to the bottom. The detailed error message is displayed in the last two lines of the window.
21-
22-
- Select the module that has the error, and click the red X. Only the pertinent error text is displayed.
20+
- Select the failed module, go to the **Outputs+logs** tab, you can find the detailed log in the **70_driver_log.txt** file under the **azureml-logs** category.
21+
22+
- For detailed module error, you can check it in the error_info.json under **module_statistics** category.
23+
24+
Following are error codes of modules in the designer.
2325

2426
## Error 0001
2527
Exception occurs if one or more specified columns of data set couldn't be found.

0 commit comments

Comments
 (0)