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
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,8 +30,8 @@ As an agent maker, if a problem occurs when you're using the test pane to [test
30
30
|[ContentError](#contenterror)| There's an error in the topic content. |
31
31
|[DataLossPreventionViolation](#datalosspreventionviolation)| There was a data policy violation. |
32
32
|[EnforcementMessageC2](#enforcementmessagec2)| Not enough prepaid capacity was available. |
33
-
|[FlowActionException](#flowactionexception)| An error occurred while executing a[agent flow][1]. |
34
-
|[FlowActionBadRequest](#flowactionbadrequest)| A request made to a[agent flow][1] was malformed. |
33
+
|[FlowActionException](#flowactionexception)| An error occurred while executing an[agent flow][1]. |
34
+
|[FlowActionBadRequest](#flowactionbadrequest)| A request made to an[agent flow][1] was malformed. |
35
35
|[FlowActionTimedOut](#flowactiontimedout)| An [agent flow][1] took more than 100 seconds to run and timed out. |
36
36
|[FlowMakerConnectionBlocked](#flowmakerconnectionblocked)| An [agent flow][1] invoked with unauthorized maker credentials in connection |
37
37
|[GenAISearchandSummarizeRateLimitReached](#genaisearchandsummarizeratelimitreached)| The usage limit for generative AI was reached. |
@@ -51,10 +51,9 @@ As an agent maker, if a problem occurs when you're using the test pane to [test
51
51
52
52
#### AIModelActionRequestTimeout
53
53
54
-
**Error message:**
55
-
56
-
**Resolution:**
54
+
**Error message:** The prompt `prompt-name` execution timed out.
57
55
56
+
**Resolution:** The call to the AI Builder model exceeded 100 seconds.
58
57
59
58
#### AsyncResponsePayloadTooLarge
60
59
@@ -66,7 +65,7 @@ As an agent maker, if a problem occurs when you're using the test pane to [test
66
65
67
66
**Error message:** No consent provided for SSO connection.
68
67
69
-
**Resolution:** The user interacting with the agent must confirm the connection using the agent's single signon connection prompt.
68
+
**Resolution:** The user interacting with the agent must confirm the connection using the agent's single sign-on connection prompt.
70
69
71
70
#### ContentError
72
71
@@ -94,7 +93,7 @@ Common problems include:
94
93
95
94
**Error message:** This agent is currently unavailable. It has reached its usage limit. Please try again later.
96
95
97
-
**Resolution:** This message is returned when an agent has reached its message capacity or the pay-as-you-go meter has reached its limit. Add more prepaid capacity or create a pay-as-you-go billing plan. Within 5 minutes the agent chat will work again. For more information, go to [Overage Enforcement](/microsoft-copilot-studio/requirements-messages-management#overage-enforcement).
96
+
**Resolution:** This message is returned when an agent has reached its message capacity or the pay-as-you-go meter has reached its limit. Add more prepaid capacity or create a pay-as-you-go billing plan. Within 5 minutes the agent chat works again. For more information, go to [Overage Enforcement](/microsoft-copilot-studio/requirements-messages-management#overage-enforcement).
0 commit comments