SPAppInstance.GetErrorDetails method
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.