Plumtree Portal UI  
 

IBaseSearchResultModelRO.GetError Method 

Returns any SearchExecutionError that occurred during the last search. If this is non-null, then no search results are available (and calling any of the getResultXXX methods will result in throwing another exception). This error should be displayed to the user in some way.

SearchExecutionError GetError();

See Also

IBaseSearchResultModelRO Interface | com.plumtree.portaluiinfrastructure.search Namespace