Skip to content

Commit 7bfdbee

Browse files
authored
Merge pull request #112388 from amotley/abmotley/update_web_api_error_docs
Add Pointer to Skill Input Warnings In Web API Failure Section
2 parents df8c2f7 + 784809e commit 7bfdbee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Indexer was not able to run a skill in the skillset.
8888
## Error: Could not execute skill because the Web API request failed
8989
Skill execution failed because the call to the Web API failed. Typically, this class of failure occurs when custom skills are used, in which case you will need to debug your custom code to resolve the issue. If instead the failure is from a built-in skill, refer to the error message for help in fixing the issue.
9090

91+
While debugging this issue, be sure to pay attention to any [skill input warnings](#warning-skill-input-was-invalid) for this skill. Your Web API endpoint may be failing because the indexer is passing it unexpected input.
92+
9193
<a name="could-not-execute-skill-because-web-api-skill-response-is-invalid"/>
9294

9395
## Error: Could not execute skill because Web API skill response is invalid

0 commit comments

Comments
 (0)