Skip to content

Commit 8e1cb1a

Browse files
committed
Merge branch 'lochen/pre-build-in-sample-data' of https://github.com/cloga/azure-docs-pr into lochen/pre-build-in-sample-data
2 parents 376e8a1 + a7c7b73 commit 8e1cb1a

File tree

1 file changed

+75
-75
lines changed

1 file changed

+75
-75
lines changed

articles/machine-learning/component-reference/designer-error-codes.md

Lines changed: 75 additions & 75 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ Following are error codes of components in the designer.
3333

3434
|Exception Messages|
3535
|------------------------|
36-
|One or more specified columns weren't found.|
36+
|One or more specified columns were not found.|
3737
|Column with name or index "{column_id}" not found.|
38-
|Column with name or index "{column_id}" doesn't exist in "{arg_name_missing_column}".|
39-
|Column with name or index "{column_id}" doesn't exist in "{arg_name_missing_column}", but exists in "{arg_name_has_column}".|
38+
|Column with name or index "{column_id}" does not exist in "{arg_name_missing_column}".|
39+
|Column with name or index "{column_id}" does not exist in "{arg_name_missing_column}", but exists in "{arg_name_has_column}".|
4040
|Columns with name or index "{column_names}" not found.|
41-
|Columns with name or index "{column_names}" doesn't exist in "{arg_name_missing_column}".|
42-
|Columns with name or index "{column_names}" doesn't exist in "{arg_name_missing_column}", but exists in "{arg_name_has_column}".|
41+
|Columns with name or index "{column_names}" does not exist in "{arg_name_missing_column}".|
42+
|Columns with name or index "{column_names}" does not exist in "{arg_name_missing_column}", but exists in "{arg_name_has_column}".|
4343

4444

4545
## Error 0002
@@ -160,10 +160,10 @@ Following are error codes of components in the designer.
160160

161161
|Exception Messages|
162162
|------------------------|
163-
|Parameter value isn't in the specified range.|
164-
|Parameter "{arg_name}" value isn't in range.|
163+
|Parameter value is not in the specified range.|
164+
|Parameter "{arg_name}" value is not in range.|
165165
|Parameter "{arg_name}" value should be in the range of [{lower_boundary}, {upper_boundary}].|
166-
|Parameter "{arg_name}" value isn't in range. {reason}|
166+
|Parameter "{arg_name}" value is not in range. {reason}|
167167

168168

169169
## Error 0009
@@ -209,7 +209,7 @@ If the complete path to a blob was specified, verify that the path is specified
209209
|Exception Messages|
210210
|------------------------|
211211
|Columns with corresponding index in input datasets have different names.|
212-
|Column names aren't the same for column {col_index} (zero-based) of input datasets ({dataset1} and {dataset2} respectively).|
212+
|Column names are not the same for column {col_index} (zero-based) of input datasets ({dataset1} and {dataset2} respectively).|
213213

214214

215215
## Error 0011
@@ -228,8 +228,8 @@ If the complete path to a blob was specified, verify that the path is specified
228228

229229
|Exception Messages|
230230
|------------------------|
231-
|Specified column set doesn't apply to any of dataset columns.|
232-
|Specified column set "{column_set}" doesn't apply to any of dataset columns.|
231+
|Specified column set does not apply to any of dataset columns.|
232+
|Specified column set "{column_set}" does not apply to any of dataset columns.|
233233

234234

235235
## Error 0012
@@ -362,10 +362,10 @@ For text columns, you can use [Feature Hashing](../algorithm-module-reference/fe
362362
363363
|Exception Messages|
364364
|------------------------|
365-
|Can't process column of current type. The type isn't supported by the component.|
366-
|Can't process column of type {col_type}. The type isn't supported by the component.|
367-
|Can't process column "{col_name}" of type {col_type}. The type isn't supported by the component.|
368-
|Can't process column "{col_name}" of type {col_type}. The type isn't supported by the component. Parameter name: {arg_name}.|
365+
|Cannot process column of current type. The type is not supported by the component.|
366+
|Cannot process column of type {col_type}. The type is not supported by the component.|
367+
|Cannot process column "{col_name}" of type {col_type}. The type is not supported by the component.|
368+
|Cannot process column "{col_name}" of type {col_type}. The type is not supported by the component. Parameter name: {arg_name}.|
369369

370370

371371
## Error 0018
@@ -391,12 +391,12 @@ For text columns, you can use [Feature Hashing](../algorithm-module-reference/fe
391391

392392
|Exception Messages|
393393
|------------------------|
394-
|Dataset isn't valid.|
394+
|Dataset is not valid.|
395395
|{dataset1} contains invalid data.|
396-
|{dataset1} and {dataset2} should be consistent column wise.|
396+
|{dataset1} and {dataset2} should be consistent columnwise.|
397397
|{dataset1} contains invalid data, {reason}.|
398398
|{dataset1} contains {invalid_data_category}. {troubleshoot_hint}|
399-
|{dataset1} isn't valid, {reason}. {troubleshoot_hint}|
399+
|{dataset1} is not valid, {reason}. {troubleshoot_hint}|
400400

401401

402402
## Error 0019
@@ -409,10 +409,10 @@ For text columns, you can use [Feature Hashing](../algorithm-module-reference/fe
409409

410410
|Exception Messages|
411411
|------------------------|
412-
|Values in column aren't sorted.|
413-
|Values in column "{col_index}" aren't sorted.|
414-
|Values in column "{col_index}" of dataset "{dataset}" aren't sorted.|
415-
|Values in argument "{arg_name}" aren't sorted in "{sorting_order}" order.|
412+
|Values in column are not sorted.|
413+
|Values in column "{col_index}" are not sorted.|
414+
|Values in column "{col_index}" of dataset "{dataset}" are not sorted.|
415+
|Values in argument "{arg_name}" are not sorted in "{sorting_order}" order.|
416416

417417

418418
## Error 0020
@@ -460,7 +460,7 @@ For text columns, you can use [Feature Hashing](../algorithm-module-reference/fe
460460

461461
- You specify a single label column or key column and accidentally selected multiple columns.
462462

463-
- You're renaming columns, but provided more or fewer names then there are columns.
463+
- You're renaming columns, but provided more or fewer names than there are columns.
464464

465465
- The number of columns in the source or destination has changed or doesn't match the number of columns used by the component.
466466

@@ -479,10 +479,10 @@ For text columns, you can use [Feature Hashing](../algorithm-module-reference/fe
479479

480480
|Exception Messages|
481481
|------------------------|
482-
|Number of selected columns in input dataset doesn't equal to the expected number.|
483-
|Number of selected columns in input dataset doesn't equal to {expected_col_count}.|
482+
|Number of selected columns in input dataset does not equal to the expected number.|
483+
|Number of selected columns in input dataset does not equal to {expected_col_count}.|
484484
|Column selection pattern "{selection_pattern_friendly_name}" provides number of selected columns in input dataset not equal to {expected_col_count}.|
485-
|Column selection pattern "{selection_pattern_friendly_name}" is expected to provide {expected_col_count} column(s) selected in input dataset, but {selected_col_count} column(s) is/are provided.|
485+
|Column selection pattern "{selection_pattern_friendly_name}" is expected to provide {expected_col_count} column(s) selected in input dataset, but {selected_col_count} column(s) is/are actually provided.|
486486

487487

488488
## Error 0023
@@ -517,8 +517,8 @@ It can also happen that a label column is present in the dataset, but not detect
517517

518518
|Exception Messages|
519519
|------------------------|
520-
|There's no label column in dataset.|
521-
|There's no label column in "{dataset_name}".|
520+
|There is no label column in dataset.|
521+
|There is no label column in "{dataset_name}".|
522522

523523

524524
## Error 0025
@@ -531,9 +531,9 @@ It can also happen that a label column is present in the dataset, but not detect
531531

532532
|Exception Messages|
533533
|------------------------|
534-
|There's no score column in dataset.|
535-
|There's no score column in "{dataset_name}".|
536-
|There's no score column in "{dataset_name}" that is produced by a "{learner_type}". Score the dataset using the correct type of learner.|
534+
|There is no score column in dataset.|
535+
|There is no score column in "{dataset_name}".|
536+
|There is no score column in "{dataset_name}" that is produced by a "{learner_type}". Score the dataset using the correct type of learner.|
537537

538538

539539
## Error 0026
@@ -546,8 +546,8 @@ It can also happen that a label column is present in the dataset, but not detect
546546

547547
|Exception Messages|
548548
|------------------------|
549-
|Equal column names are specified in arguments. Equal column names aren't allowed by component.|
550-
|Equal column names in arguments "{arg_name_1}" and "{arg_name_2}" aren't allowed. Specify different names.|
549+
|Equal column names are specified in arguments. Equal column names are not allowed by component.|
550+
|Equal column names in arguments "{arg_name_1}" and "{arg_name_2}" are not allowed. Please specify different names.|
551551

552552

553553
## Error 0027
@@ -649,8 +649,8 @@ It can also happen that a label column is present in the dataset, but not detect
649649

650650
|Exception Messages|
651651
|------------------------|
652-
|Argument isn't a number.|
653-
|"{arg_name}" isn't a number.|
652+
|Argument is not a number.|
653+
|"{arg_name}" is not a number.|
654654

655655

656656
## Error 0033
@@ -664,7 +664,7 @@ It can also happen that a label column is present in the dataset, but not detect
664664
|Exception Messages|
665665
|------------------------|
666666
|Argument must be finite.|
667-
|"{arg_name}" isn't finite.|
667+
|"{arg_name}" is not finite.|
668668
|Column "{column_name}" contains infinite values.|
669669

670670

@@ -787,9 +787,9 @@ Another reason you might get this error if you try to use a column containing fl
787787
|Exception Messages|
788788
|------------------------|
789789
|Not allowed conversion.|
790-
|Couldn't convert column of type {type1} to column of type {type2}.|
791-
|Couldn't convert column "{col_name1}" of type {type1} to column of type {type2}.|
792-
|Couldn't convert column "{col_name1}" of type {type1} to column "{col_name2}" of type {type2}.|
790+
|Could not convert column of type {type1} to column of type {type2}.|
791+
|Could not convert column "{col_name1}" of type {type1} to column of type {type2}.|
792+
|Could not convert column "{col_name1}" of type {type1} to column "{col_name2}" of type {type2}.|
793793

794794

795795
## Error 0044
@@ -802,9 +802,9 @@ Another reason you might get this error if you try to use a column containing fl
802802

803803
|Exception Messages|
804804
|------------------------|
805-
|Can't derive element type of the column.|
806-
|Can't derive element type for column "{column_name}" -- all the elements are null references.|
807-
|Can't derive element type for column "{column_name}" of dataset "{dataset_name}" -- all the elements are null references.|
805+
|Cannot derive element type of the column.|
806+
|Cannot derive element type for column "{column_name}" -- all the elements are null references.|
807+
|Cannot derive element type for column "{column_name}" of dataset "{dataset_name}" -- all the elements are null references.|
808808

809809

810810
## Error 0045
@@ -817,9 +817,9 @@ Another reason you might get this error if you try to use a column containing fl
817817

818818
|Exception Messages|
819819
|------------------------|
820-
|Can't create column with mixed element types.|
821-
|Can't create column with id "{column_id}" of mixed element types:<br />Type of data[{row_1}, {column_id}] is "{type_1}". <br />Type of data[{row_2}, {column_id}] is "{type_2}".|
822-
|Can't create column with id "{column_id}" of mixed element types:<br />Type in chunk {chunk_id_1} is "{type_1}". <br />Type in chunk {chunk_id_2} is "{type_2}" with chunk size: {chunk_size}.|
820+
|Cannot create column with mixed element types.|
821+
|Cannot create column with id "{column_id}" of mixed element types:<br />Type of data[{row_1}, {column_id}] is "{type_1}". <br />Type of data[{row_2}, {column_id}] is "{type_2}".|
822+
|Cannot create column with id "{column_id}" of mixed element types:<br />Type in chunk {chunk_id_1} is "{type_1}". <br />Type in chunk {chunk_id_2} is "{type_2}" with chunk size: {chunk_size}.|
823823

824824

825825
## Error 0046
@@ -832,8 +832,8 @@ Another reason you might get this error if you try to use a column containing fl
832832

833833
|Exception Messages|
834834
|------------------------|
835-
|Specify a valid output directory.|
836-
|Directory: {path} can't be created. Specify valid path.|
835+
|Please specify a valid output directory.|
836+
|Directory: {path} cannot be created. Please specify valid path.|
837837

838838

839839
## Error 0047
@@ -944,8 +944,8 @@ Another reason you might get this error if you try to use a column containing fl
944944

945945
|Exception Messages|
946946
|------------------------|
947-
|One or more selected columns weren't in an allowed category.|
948-
|Column with name "{col_name}" isn't in an allowed category.|
947+
|One or more selected columns were not in an allowed category.|
948+
|Column with name "{col_name}" is not in an allowed category.|
949949

950950

951951
## Error 0057
@@ -982,11 +982,11 @@ Another reason you might get this error if you try to use a column containing fl
982982

983983
|Exception Messages|
984984
|------------------------|
985-
|The label column values and scored label column values aren't comparable.|
986-
|The label column isn't as expected in "{dataset_name}".|
987-
|The label column isn't as expected in "{dataset_name}", {reason}.|
988-
|The label column "{column_name}" isn't expected in "{dataset_name}".|
989-
|The label column "{column_name}" isn't expected in "{dataset_name}", {reason}.|
985+
|The label column values and scored label column values are not comparable.|
986+
|The label column is not as expected in "{dataset_name}".|
987+
|The label column is not as expected in "{dataset_name}", {reason}.|
988+
|The label column "{column_name}" is not expected in "{dataset_name}".|
989+
|The label column "{column_name}" is not expected in "{dataset_name}", {reason}.|
990990

991991

992992
## Error 0059
@@ -999,8 +999,8 @@ Another reason you might get this error if you try to use a column containing fl
999999

10001000
|Exception Messages|
10011001
|------------------------|
1002-
|One or more specified column indexes or index ranges couldn't be parsed.|
1003-
|Column index or range "{column_index_or_range}" couldn't be parsed.|
1002+
|One or more specified column indexes or index ranges could not be parsed.|
1003+
|Column index or range "{column_index_or_range}" could not be parsed.|
10041004

10051005

10061006
## Error 0060
@@ -1080,7 +1080,7 @@ Another reason you might get this error if you try to use a column containing fl
10801080
|------------------------|
10811081
|The Azure storage blob name is incorrect.|
10821082
|The Azure storage blob name "{blob_name}" is incorrect.|
1083-
|The Azure storage blob name with prefix "{blob_name_prefix}" doesn't exist.|
1083+
|The Azure storage blob name with prefix "{blob_name_prefix}" does not exist.|
10841084
|Failed to find any Azure storage blobs under container "{container_name}".|
10851085
|Failed to find any Azure storage blobs with wildcard path "{blob_wildcard_path}".|
10861086

@@ -1095,8 +1095,8 @@ Another reason you might get this error if you try to use a column containing fl
10951095

10961096
|Exception Messages|
10971097
|------------------------|
1098-
|The resource couldn't be uploaded to Azure storage.|
1099-
|The file "{source_path}" couldn't be uploaded to Azure storage as "{dest_path}".|
1098+
|The resource could not be uploaded to Azure storage.|
1099+
|The file "{source_path}" could not be uploaded to Azure storage as "{dest_path}".|
11001100

11011101

11021102
## Error 0067
@@ -1163,8 +1163,8 @@ See the following articles for help with Hive queries for machine learning:
11631163
|Exception Messages|
11641164
|------------------------|
11651165
|SQL script is incorrect.|
1166-
|SQL query "{sql_query}" isn't correct.|
1167-
|SQL query "{sql_query}" isn't correct. Exception message: {exception}.|
1166+
|SQL query "{sql_query}" is not correct.|
1167+
|SQL query "{sql_query}" is not correct. Exception message: {exception}.|
11681168

11691169

11701170
## Error 0070
@@ -1177,8 +1177,8 @@ See the following articles for help with Hive queries for machine learning:
11771177

11781178
|Exception Messages|
11791179
|------------------------|
1180-
|Azure table doesn't exist.|
1181-
|Azure table "{table_name}" doesn't exist.|
1180+
|Azure table does not exist.|
1181+
|Azure table "{table_name}" does not exist.|
11821182

11831183

11841184
## Error 0072
@@ -1275,7 +1275,7 @@ Error handling for this event was introduced in an earlier version of Azure Mach
12751275

12761276
|Exception Messages|
12771277
|------------------------|
1278-
|Columns with all values missing aren't allowed.|
1278+
|Columns with all values missing are not allowed.|
12791279
|Column {col_index_or_name} has all values missing.|
12801280

12811281

@@ -1302,7 +1302,7 @@ Error handling for this event was introduced in an earlier version of Azure Mach
13021302

13031303
|Exception Messages|
13041304
|------------------------|
1305-
|Model couldn't be deserialized because it's likely serialized with an older serialization format. Retrain and resave the model.|
1305+
|Model could not be deserialized because it is likely serialized with an older serialization format. Retrain and resave the model.|
13061306

13071307

13081308
## Error 0083
@@ -1358,9 +1358,9 @@ Error handling for this event was introduced in an earlier version of Azure Mach
13581358

13591359
|Exception Messages|
13601360
|------------------------|
1361-
|The Hive table couldn't be created. For a HDInsight cluster, please ensure the Azure storage account name associated with cluster is the same as what is passed in through the component parameter.|
1362-
|The Hive table "{table_name}" couldn't be created. For a HDInsight cluster, please ensure the Azure storage account name associated with cluster is the same as what is passed in through the component parameter.|
1363-
|The Hive table "{table_name}" couldn't be created. For a HDInsight cluster, ensure the Azure storage account name associated with cluster is "{cluster_name}".|
1361+
|The Hive table could not be created. For a HDInsight cluster, please ensure the Azure storage account name associated with cluster is the same as what is passed in through the component parameter.|
1362+
|The Hive table "{table_name}" could not be created. For a HDInsight cluster, please ensure the Azure storage account name associated with cluster is the same as what is passed in through the component parameter.|
1363+
|The Hive table "{table_name}" could not be created. For a HDInsight cluster, ensure the Azure storage account name associated with cluster is "{cluster_name}".|
13641364

13651365

13661366
## Error 0102
@@ -1377,13 +1377,13 @@ Error handling for this event was introduced in an earlier version of Azure Mach
13771377

13781378
|Exception Messages|
13791379
|------------------------|
1380-
|Given ZIP file isn't in the correct format.|
1380+
|Given ZIP file is not in the correct format.|
13811381

13821382

13831383
## Error 0105
13841384
This error is displayed when a component definition file contains an unsupported parameter type.
13851385

1386-
This error in Azure Machine Learning is produced when you creating a custom component xml definition and the type of a parameter or argument in the definition doesn't match a supported type.
1386+
This error in Azure Machine Learning is produced when you create a custom component xml definition and the type of a parameter or argument in the definition doesn't match a supported type.
13871387

13881388
**Resolution:**
13891389
Make sure that the type property of any **Arg** element in the custom component xml definition file is a supported type.
@@ -1415,7 +1415,7 @@ Error handling for this event was introduced in an earlier version of Azure Mach
14151415

14161416
|Exception Messages|
14171417
|------------------------|
1418-
|Dataset schema doesn't match.|
1418+
|Dataset schema does not match.|
14191419

14201420

14211421
## Error 0127
@@ -1526,17 +1526,17 @@ Resolution:
15261526

15271527
|Exception Messages|
15281528
|------------------------|
1529-
|Key column element types aren't compatible.|
1530-
|Key column element types aren't compatible.(left: {keys_left}; right: {keys_right})|
1529+
|Key column element types are not compatible.|
1530+
|Key column element types are not compatible.(left: {keys_left}; right: {keys_right})|
15311531

15321532

15331533
## Error 0155
15341534
Exception occurs when column names of dataset aren't string.
15351535

15361536
|Exception Messages|
15371537
|------------------------|
1538-
|The dataframe column name must be string type. Column names aren't string.|
1539-
|The dataframe column name must be string type. Column names {column_names} aren't string.|
1538+
|The dataframe column name must be string type. Column names are not string.|
1539+
|The dataframe column name must be string type. Column names {column_names} are not string.|
15401540

15411541

15421542
## Error 0156

0 commit comments

Comments
 (0)