AppInstanceErrorSource enumeration
SharePoint Online
Identifies the deployment component where the error is detected.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
| Member name | Description | |
|---|---|---|
| Common | Indicates the error occurred during common app deployment. Value=0. | |
| AppWeb | Indicates the error occurred during app web deployment. Value=1. | |
| ParentWeb | Indicates the error occurred during parent web deployment. Value=2. | |
| RemoteWebSite | Indicates the error occurred during remote web site deployment. Value=3. | |
| Database | Indicates the error occurred during database deployment. Value=4. | |
| OfficeExtension | Indicates the error occurred during Office extension deployment. Value=5. | |
| EventCallouts | Indicates the error occurred during event callouts. Value=6. | |
| Finalization | Indicates the error occurred during app deployment finalization. Value=7. |
Show: