Skip to content

Commit 2bad8dc

Browse files
Acrolinx fix: "id" to "ID"
1 parent 76c2e47 commit 2bad8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/search/cognitive-search-common-errors-warnings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Beginning with API version `2019-05-06`, item-level Indexer errors and warnings
3030

3131
| Property | Description | Example |
3232
| --- | --- | --- |
33-
| key | The document id of the document impacted by the error or warning. | https:\//coromsearch.blob.core.windows.net/jfk-1k/docid-32112954.pdf |
33+
| key | The document ID of the document impacted by the error or warning. | https:\//coromsearch.blob.core.windows.net/jfk-1k/docid-32112954.pdf |
3434
| name | The operation name describing where the error or warning occurred. This is generated by the following structure: [category].[subcategory].[resourceType].[resourceName] | DocumentExtraction.azureblob.myBlobContainerName Enrichment.WebApiSkill.mySkillName Projection.SearchIndex.OutputFieldMapping.myOutputFieldName Projection.SearchIndex.MergeOrUpload.myIndexName Projection.KnowledgeStore.Table.myTableName |
3535
| message | A high-level description of the error or warning. | Could not execute skill because the Web Api request failed. |
3636
| details | Any additional details which may be helpful to diagnose the issue, such as the WebApi response if executing a custom skill failed. | `link-cryptonyms-list - Error processing the request record : System.ArgumentNullException: Value cannot be null. Parameter name: source at System.Linq.Enumerable.All[TSource](IEnumerable`1 source, Func`2 predicate) at Microsoft.CognitiveSearch.WebApiSkills.JfkWebApiSkills.` ...rest of stack trace... |

0 commit comments

Comments
 (0)