Aqualogic Interaction API  
 

IPTFederatedSearch.GetLastError Method 

If a call to GetSearchResult returns null (indicating an error), call this method to get a description of the error.

string GetLastError(
   int lFederatedPortalID
);

Parameters

lFederatedPortalID
the ID of the Federated Portal for which searching failed

Return Value

a string describing the error

See Also

IPTFederatedSearch Interface | com.plumtree.server Namespace