Uiinfrastructure API Docs  
 

UIErrorHandler.ClearError Method (UIError, ISessionManager, IApplication)

Call this method to clear the specified error from the current user's collection of UIError objects.

This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.

public static void ClearError(
   UIError error,
   ISessionManager sessionManager,
   IApplication application
);

Parameters

error
Pass the UIError object you wish cleared from the current user's collection of errors.
sessionManager
Pass the current user's ISessionManager
application
Pass the IApplication

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace | UIErrorHandler.ClearError Overload List