Skip to content

Commit 784809e

Browse files
author
Abby Motley
committed
Add a pointer to skill input issues
1 parent ec5a264 commit 784809e

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)