You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/copilot-studio/authoring/error-codes.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,7 @@ As an agent maker, if a problem occurs when you use the test pane to [test your
28
28
|[AIModelActionRequestTimeout](#aimodelactionrequesttimeout)| There's a timeout error that's related to a call to an AI Builder model. |
29
29
|[AsyncResponsePayloadTooLarge](#asyncresponsepayloadtoolarge)| There's an error that's related to the output of a connector. |
30
30
|[AuthenticationNotConfigured](#authenticationnotconfigured)| Authentication is required but wasn't configured. |
31
+
|[BindingKeyNotFoundError](#bindingkeynotfounderror)| One or more inputs have changed on the agent flow (added, removed, or renamed). The agent flow needs to be removed and re-added to ensure Copilot Studio has the correct list of inputs. |
31
32
|[ConnectedAgentAuthMismatch](#connectedagentauthmismatch)| There's an authentication mismatch between the orchestrator and sub-agent. |
32
33
|[ConnectedAgentBotNotFound](#connectedagentbotnotfound)| A sub-agent in a multi-agent orchestration configuration wasn't found. |
33
34
|[ConnectedAgentBotNotPublished](#connectedagentbotnotpublished)| A sub-agent in a multi-agent orchestration configuration wasn't published. |
@@ -114,6 +115,16 @@ For more information, see [Create a prompt action](/ai-builder/use-a-custom-prom
114
115
115
116
For more information, see [Configure user authentication](/microsoft-copilot-studio/configuration-end-user-authentication).
116
117
118
+
#### BindingKeyNotFoundError
119
+
120
+
**Error message**: One of the following error messages appears based on the context of the error:
121
+
122
+
- Binding '{0}' is not found, refresh this flow to get the latest bindings
123
+
- Input binding '{0}' is not found, refresh this flow to get the latest bindings
124
+
- Output binding '{0}' is not found, refresh this flow to get the latest bindings
125
+
126
+
**Resolution**: Make sure to set up the agent flow input or output correctly. Try refreshing the inputs or outputs to resolve this issue; otherwise, try setting up the agent flow again. You can also remove or re-add the agent flow to get the latest inputs and outputs. If it isn't a custom agent flow, then open a support ticket.
127
+
117
128
#### ConnectedAgentAuthMismatch
118
129
119
130
**Error message:** Your connected agent with schema name `{AgentSchemaName}` has an authentication mismatch with the main agent.
0 commit comments