AppInstanceErrorDetails.ErrorDetail property
Gets a description of the error.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ErrorDetail As String
Get
'Usage
Dim instance As AppInstanceErrorDetails
Dim value As String
value = instance.ErrorDetail
public string ErrorDetail { get; }
Property value
Type: System.String
The description of the error.