Uiinfrastructure API Docs  
 

UIErrorHandler.IsErrorPageRequired Method 

Call this method to determine whether or not there are any errors for this user requiring their own error display page. Some errors are displayed on the current portal page, other errors require their own separate display page.

public static bool IsErrorPageRequired(
   ISessionManager sessionManager,
   IApplication application,
   bool bIncludeAdminErrors
);

Parameters

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

Return Value

boolean value indicating whether or not to include errors of scope ADMIN_USERS. Use UIErrorHandler.GetDisplayAdminErrors() to obtain the appropriate value for this parameter.

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace