Skip to content

Commit f09ab14

Browse files
committed
update date
1 parent a0054e4 commit f09ab14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

powerapps-docs/developer/common-data-service/webapi/compose-http-requests-handle-errors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Details about errors are included as JSON in the response. Errors will be in thi
152152
```
153153

154154
> [!IMPORTANT]
155-
> The structure of the error messages is changing. This change is expected to be deployed to different regions over a period starting in late April through May 2020.
155+
> The structure of the error messages is changing. This change is expected to be deployed to different regions over a period starting in August through October 2020.
156156
>
157157
> Before this change, the errors returned were in this format:
158158
>
@@ -180,7 +180,7 @@ Details about errors are included as JSON in the response. Errors will be in thi
180180
181181
Some errors can include additional details using *annotations*. When a request includes the `Prefer: odata.include-annotations="*"` header, the response will include all the annotations which will include additional details about errors and a URL that can be used to be directed to any specific guidance for the error.
182182
183-
Some of these details can be set by developers writing plug-ins. For example, Let’s say you have a plug-in that throws an error using the [InvalidPluginExecutionException(OperationStatus, Int32, String)](/dotnet/api/microsoft.xrm.sdk.invalidpluginexecutionexception.-ctor#Microsoft_Xrm_Sdk_InvalidPluginExecutionException__ctor_Microsoft_Xrm_Sdk_OperationStatus_System_Int32_System_String_) constructor. This allows you to pass an OperationStatus value, a custom integer error code, and an error message.
183+
Some of these details can be set by developers writing plug-ins. For example, let’s say you have a plug-in that throws an error using the [InvalidPluginExecutionException(OperationStatus, Int32, String)](/dotnet/api/microsoft.xrm.sdk.invalidpluginexecutionexception.-ctor#Microsoft_Xrm_Sdk_InvalidPluginExecutionException__ctor_Microsoft_Xrm_Sdk_OperationStatus_System_Int32_System_String_) constructor. This allows you to pass an OperationStatus value, a custom integer error code, and an error message.
184184
185185
A simple plug-in might look like this:
186186

0 commit comments

Comments
 (0)