Uiinfrastructure API Docs  
 

UIErrorHandler.ClearErrors Method 

Call this method to clear all errors from the current user's collection of errors.

Note that this will clear all errors having scope ALL_USERS, and all errors having scope ADMIN_USERS, and all errors having scope CURRENT_USER raised under usage of the current users. Errors raised during usage of other users will not be cleared.

public static void ClearErrors(
   ISessionManager sessionManager,
   IApplication application
);

Parameters

sessionManager
Pass the current user's ISessionManager
application
Pass the IApplication

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace