Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Identifies the deployment component where the error is detected.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPAppInstanceErrorSource
'Usage
Dim instance As SPAppInstanceErrorSource
public enum SPAppInstanceErrorSource
Members
| 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. |