Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.