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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,13 +63,13 @@ As an agent maker, if a problem occurs when you use the test pane to [test your
63
63
64
64
#### AsyncResponsePayloadTooLarge
65
65
66
-
**Error message**: The output that was returned from the connector was too large to be handled by the agent. Try reducing its size by using available connector filters or by limiting the number of configured action outputs.
66
+
**Error message**: The output returned from the connector was too large to be handled by the agent. Try reducing its size by utilizing available connector filters or by limiting the number of configured action outputs.
67
67
68
68
**Resolution**: One of the agent's real-time connectors is returning a payload that's larger than the agent can handle. For more information about the payload limit, see [Copilot Studio web app limits](/microsoft-copilot-studio/requirements-quotas#copilot-studio-web-app-limits).
69
69
70
70
#### ContentError
71
71
72
-
**Error message**: This error produces dynamic messages that are based on the context of the error.
72
+
**Error message**: This error produces dynamic messages based on the context of the error.
73
73
74
74
**Resolution**: This message is a catch-all error for problems that are related to your agent's content. The error message provides more details.
75
75
@@ -81,7 +81,7 @@ Common problems include:
81
81
82
82
#### ConsentNotProvidedByUser
83
83
84
-
**Error message**: No consent was provided for the SSO connection.
84
+
**Error message**: No consent provided for SSO connection.
85
85
86
86
**Resolution**: The user who's interacting with the agent must verify the connection by using the agent's single sign-on connection prompt.
0 commit comments