Skip to content

Commit 65623aa

Browse files
authored
Merge pull request #111893 from Bowen-Guo/bowguo/update_designer_error_code
Update designer error code
2 parents 3cdba96 + d609bc0 commit 65623aa

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ Following are error codes of modules in the designer.
145145
|Parameter "{arg_name}" value should be less than or equal to parameter "{upper_boundary_parameter_name}" value.|
146146
|Parameter "{arg_name}" has value "{actual_value}" which should be less than or equal to {upper_boundary}.|
147147
|Parameter "{arg_name}" value {actual_value} should be less than or equal to parameter "{upper_boundary_parameter_name}" value {upper_boundary}.|
148+
|Parameter "{arg_name}" value {actual_value} should be less than or equal to {upper_boundary_meaning} value {upper_boundary}.|
148149

149150

150151
## Error 0008
@@ -275,6 +276,7 @@ If the model was trained using any of the specialized training modules, connect
275276
|Learner of invalid type is passed.|
276277
|Learner "{arg_name}" has invalid type.|
277278
|Learner "{arg_name}" has invalid type "{learner_type}".|
279+
|Learner of invalid type is passed. Exception message: {exception_message}|
278280

279281

280282
## Error 0014
@@ -401,6 +403,7 @@ For columns that you intend to use for grouping or categorization, take steps to
401403
|Values in column are not sorted.|
402404
|Values in column "{col_index}" are not sorted.|
403405
|Values in column "{col_index}" of dataset "{dataset}" are not sorted.|
406+
|Values in argument "{arg_name}" are not sorted in "{sorting_order}" order.|
404407

405408

406409
## Error 0020
@@ -653,6 +656,7 @@ It can also happen that a label column is present in the dataset, but not detect
653656
|------------------------|
654657
|Argument must be finite.|
655658
|"{arg_name}" is not finite.|
659+
|Column "{column_name}" contains infinite values.|
656660

657661

658662
## Error 0034
@@ -1551,6 +1555,18 @@ Resolution:
15511555
|------------------------------------------------------------|
15521556
|Given TransformationDirectory is invalid.|
15531557
|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.|
1558+
|TransformationDirectory "{arg_name}" is invalid. Reason: {reason}. {troubleshoot_hint}|
1559+
1560+
1561+
## Error 0159
1562+
Exception occurs if passed to module model directory is invalid.
1563+
1564+
|Exception Messages|
1565+
|------------------------------------------------------------|
1566+
|Given ModelDirectory is invalid.|
1567+
|ModelDirectory "{arg_name}" is invalid.|
1568+
|ModelDirectory "{arg_name}" is invalid. Reason: {reason}.|
1569+
|ModelDirectory "{arg_name}" is invalid. Reason: {reason}. {troubleshoot_hint}|
15541570

15551571

15561572
## Error 1000

0 commit comments

Comments
 (0)