Skip to content

Commit 1d03102

Browse files
committed
Added error code
1 parent d451972 commit 1d03102

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

powerapps-docs/developer/common-data-service/troubleshoot-plug-in.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,15 @@ TODO: Add content that shows how to do this -->
7373

7474
## Error: Message size exceeded when sending context to Sandbox
7575

76-
Error Code: `-TODO`<br />
76+
<!-- This is the error code for an unexpected error we should be providing a specific error code -->
77+
Error Code: `-2147220970`<br />
7778
Error Message: `Message size exceeded when sending context to Sandbox. Message size: ### Mb`
7879

79-
This error occurs when a message payload is greater than `TODO` MB **AND** a plug-in is registered for the message. The error message will include the size of the payload that caused this error.
80+
This error occurs when a message payload is greater than 116.85 MB **AND** a plug-in is registered for the message. The error message will include the size of the payload that caused this error.
8081

8182
The limit will help ensure that users running applications cannot interfere with each other based on resource constraints. The limit will help provide a level of protection from unusually large message payloads that threaten the availability and performance characteristics of the Common Data Service platform.
8283

83-
`TODO` MB is large enough that it should be rare to encounter this case. The most likely situation where this case might occur is when you retrieve a record with multiple related records which include large binary files.
84+
116.85 MB is large enough that it should be rare to encounter this case. The most likely situation where this case might occur is when you retrieve a record with multiple related records which include large binary files.
8485

8586
If you encounter this error you can:
8687

0 commit comments

Comments
 (0)