Skip to content

Commit 0d6ebf8

Browse files
authored
Merge pull request MicrosoftDocs#1384 from tony-xia/update-error-names
Updated error names
2 parents cd6c271 + a36557f commit 0d6ebf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

powerapps-docs/developer/common-data-service/org-service/web-service-error-codes.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ This topic lists the error codes you might encounter when you debug your code.
6666
> |**Name**:<br />AppConfigFeatureNotEnabled<br />**Hex**:<br />80072200<br />**Number**:<br />-2147016192|In-App Customization App Configuration feature is not enabled.|
6767
> |**Name**:<br />AppEntityLimitExceeded<br />**Hex**:<br />80048547<br />**Number**:<br />-2147187385|{0}|
6868
> |**Name**:<br />ApplicationMetadataConverterFailed<br />**Hex**:<br />8005F231<br />**Number**:<br />-2147093967|Sorry, something went wrong. Please try again, or restart the app.|
69-
> |**Name**:<br />ApplicationMetadatadaCreateFailed<br />**Hex**:<br />8005F233<br />**Number**:<br />-2147093965|Sorry, something went wrong. Please try again, or restart the app.|
70-
> |**Name**:<br />ApplicationMetadatadaNullData<br />**Hex**:<br />8005F232<br />**Number**:<br />-2147093966|Sorry, something went wrong. Please try again, or restart the app.|
71-
> |**Name**:<br />ApplicationMetadatadaUpdateFailed<br />**Hex**:<br />8005F234<br />**Number**:<br />-2147093964|Sorry, something went wrong. Please try again, or restart the app.|
69+
> |**Name**:<br />ApplicationMetadataCreateFailed<br />**Hex**:<br />8005F233<br />**Number**:<br />-2147093965|Sorry, something went wrong. Please try again, or restart the app.|
70+
> |**Name**:<br />ApplicationMetadataNullData<br />**Hex**:<br />8005F232<br />**Number**:<br />-2147093966|Sorry, something went wrong. Please try again, or restart the app.|
71+
> |**Name**:<br />ApplicationMetadataUpdateFailed<br />**Hex**:<br />8005F234<br />**Number**:<br />-2147093964|Sorry, something went wrong. Please try again, or restart the app.|
7272
> |**Name**:<br />ApplicationMetadataFailedWithContinue<br />**Hex**:<br />8005F241<br />**Number**:<br />-2147093951|There was a problem with the server configuration changes. You can continue using the application, but may experience difficulties, including the inability to save changes. Please contact your Dynamics 365 administrator and give them the information available in ‘more information’.|
7373
> |**Name**:<br />ApplicationMetadataGetPreviewMetadataUnknownError<br />**Hex**:<br />8005F230<br />**Number**:<br />-2147093968|Sorry, something went wrong. Please try again, or restart the app.|
7474
> |**Name**:<br />ApplicationMetadataPrepareCustomizationsAppLock<br />**Hex**:<br />8005F237<br />**Number**:<br />-2147093961|We encountered some issues when we tried to prepare your customizations for your users. Users on some clients won't be able to download your customization updates until this issue is resolved.|

0 commit comments

Comments
 (0)