AppInstanceErrorDetails.ErrorType property
Gets the classification of the error.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property ErrorType As AppInstanceErrorType
Get
Set
'Usage
Dim instance As AppInstanceErrorDetails
Dim value As AppInstanceErrorType
value = instance.ErrorType
instance.ErrorType = value
public AppInstanceErrorType ErrorType { get; set; }
Property value
Type: Microsoft.SharePoint.Client.AppInstanceErrorType
The classification of the error.