SPAppInstanceErrorType enumeration
Specifies the classification of the encountered error.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPAppInstanceErrorType
'Usage
Dim instance As SPAppInstanceErrorType
public enum SPAppInstanceErrorType
Members
Member name | Description | |
---|---|---|
Transient | Indicates the error is classified as a temporary error. Value=0. | |
Configuration | Indicates the error is classified as a problem with SharePoint configuration as setup by the administrators. Value=1. | |
App | Indicates the error is classified as a problem with the app. Value=2. |