Uiinfrastructure API Docs  
 

ErrorDisplayHelper.GetFirstErrorText Method 

This method gets the base error string for the first UI error and it does not clears all errors. It does not handle error exceptions or extended error messages.

public virtual string GetFirstErrorText();

Return Value

String the first error string. Empty string if there are no errors.

See Also

ErrorDisplayHelper Class | com.plumtree.uiinfrastructure.errordisplay Namespace