AppInstanceErrorType enumeration
Specifies the classification of the encountered error.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Enumeration AppInstanceErrorType
'Usage
Dim instance As AppInstanceErrorType
public enum AppInstanceErrorType
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. |