Plumtree UI Infrastructure API  
 

ErrorDisplayHelper.GetFirstErrorText Method 

This method gets the base error string for the first UI error and 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