Uiinfrastructure API Docs  
 

AErrorModel.GetErrors Method

Call this method to obtain an enumeration of all errors that are appropriate for the current user.

Overload List

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);

See Also

AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace