Uiinfrastructure API Docs  
 

UIErrorHandler.GetErrors Method (ISessionManager, IApplication)

Call this method to obtain an enumeration of the current user's collection of errors.

public static IXPEnumerator GetErrors(
   ISessionManager sessionManager,
   IApplication application
);

Parameters

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

Return Value

An IXPEnumerator containing UIError objects appropriate for the current user.

See Also

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