Skip to content

Commit dcfd146

Browse files
authored
Merge pull request #108767 from Bowen-Guo/bowguo/update_designer_error
Update designer error code
2 parents 3d35915 + 9973bfa commit dcfd146

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

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

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ There are two ways to get the full text of an error message in the designer:
3535
|Column with name or index "{column_id}" not found.|
3636
|Column with name or index "{column_id}" does not exist in "{arg_name_missing_column}".|
3737
|Column with name or index "{column_id}" does not exist in "{arg_name_missing_column}", but exists in "{arg_name_has_column}".|
38+
|Columns with name or index "{column_names}" not found.|
39+
|Columns with name or index "{column_names}" does not exist in "{arg_name_missing_column}".|
40+
|Columns with name or index "{column_names}" does not exist in "{arg_name_missing_column}", but exists in "{arg_name_has_column}".|
3841

3942

4043
## Error 0002
@@ -380,6 +383,7 @@ For columns that you intend to use for grouping or categorization, take steps to
380383
|{dataset1} and {dataset2} should be consistent columnwise.|
381384
|{dataset1} contains invalid data, {reason}.|
382385
|{dataset1} contains {invalid_data_category}. {troubleshoot_hint}|
386+
|{dataset1} is not valid, {reason}. {troubleshoot_hint}|
383387

384388

385389
## Error 0019
@@ -1300,6 +1304,7 @@ Error handling for this event was introduced in an earlier version of Azure Mach
13001304
|{data_name} contains invalid data for training.|
13011305
|{data_name} contains invalid data for training. Learner type: {learner_type}.|
13021306
|{data_name} contains invalid data for training. Learner type: {learner_type}. Reason: {reason}.|
1307+
|Failed to apply "{action_name}" action on training data {data_name}. Reason: {reason}.|
13031308

13041309

13051310
## Error 0084
@@ -1514,8 +1519,8 @@ Resolution:
15141519

15151520
|Exception Messages|
15161521
|------------------------|
1517-
|Column names are not string.|
1518-
|Column names: {column_names} are not string.|
1522+
|The dataframe column name must be string type. Column names are not string.|
1523+
|The dataframe column name must be string type. Column names {column_names} are not string.|
15191524

15201525

15211526
## Error 0156
@@ -1536,6 +1541,15 @@ Resolution:
15361541
|Datastore information is invalid. Failed to get AzureML datastore '{datastore_name}' in workspace '{workspace_name}'.|
15371542

15381543

1544+
## Error 0158
1545+
Thrown when a transformation directory is invalid.
1546+
1547+
|Exception Messages|
1548+
|------------------------------------------------------------|
1549+
|Given TransformationDirectory is invalid.|
1550+
|TransformationDirectory "{arg_name}" is invalid. Reason: {reason}. Please rerun training experiment which generates the Transform file. If training experiment was deleted, please recreate and save the Transform file.|
1551+
1552+
15391553
## Error 1000
15401554
Internal library exception.
15411555

0 commit comments

Comments
 (0)