Call this method to obtain an enumeration of all errors that are appropriate for the current user.
Call this method to obtain an enumeration of all errors that are appropriate for the current user.
public virtual IXPEnumerator GetErrors();
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,IApplication,AActivitySpace,bool);
AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace