Uiinfrastructure API Docs  
 

AErrorModel.GetErrors Method (ISessionManager, IApplication, AActivitySpace, Boolean)

Implement to obtain an enumeration of errors appropriate for the current user. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

public abstract IXPEnumerator GetErrors(
   ISessionManager session,
   IApplication myApplication,
   AActivitySpace activitySpace,
   bool bGetErrorsAssociatedWithAnAS
);

Parameters

session
ISessionManager
myApplication
IApplication
activitySpace
bGetErrorsAssociatedWithAnAS
boolean value

Return Value

IXPEnumerator of UIError objects

See Also

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