AppInstance.GetErrorDetails method

Retrieves the details of an error the app instance has encountered.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetErrorDetails As ClientObjectList(Of AppInstanceErrorDetails)
'Usage
Dim instance As AppInstance
Dim returnValue As ClientObjectList(Of AppInstanceErrorDetails)

returnValue = instance.GetErrorDetails()
public ClientObjectList<AppInstanceErrorDetails> GetErrorDetails()

Return value

Type: Microsoft.SharePoint.Client.ClientObjectList<AppInstanceErrorDetails>
The details of the error.

See also

Reference

AppInstance class

AppInstance members

Microsoft.SharePoint.Client namespace