This documentation is archived and is not being maintained.
AppInstanceErrorType enumeration
Specifies the classification of the encountered error.
Namespace:
Microsoft.SharePoint.ClientAssembly:
Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
No code example is currently available or this language may not be supported.
| 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. |