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.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetErrorDetails As IList(Of SPAppInstanceErrorDetails)
'Usage
Dim instance As SPAppInstance
Dim returnValue As IList(Of SPAppInstanceErrorDetails)
returnValue = instance.GetErrorDetails()
public IList<SPAppInstanceErrorDetails> GetErrorDetails()
Return value
Type: System.Collections.Generic.IList<SPAppInstanceErrorDetails>
The details of the error.