Skip to main content

%DeepSee.UI.ErrorPage

class %DeepSee.UI.ErrorPage extends %DeepSee.UI.standardPage

DeepSee Management Portal Error page.

Property Inventory

Method Inventory

Parameters

parameter DOCBOOKID = D2GS_ch_intro;
Inherited description: Docbook ID for this page.
parameter PAGENAME = Error Page;
Inherited description: Name of this page.
parameter RESOURCE;
No resource is needed to view the error page. JMD1415

Properties

property errorName as %String (ZENURL = "ERROR");
Property methods: errorNameDisplayToLogical(), errorNameGet(), errorNameIsValid(), errorNameLogicalToDisplay(), errorNameLogicalToOdbc(), errorNameNormalize(), errorNameSet()

Methods

Return the array of links to show in the locator bar.
pLink(n)=$LB(caption,link)
method %OnGetPageName() as %String
Get the name for the page.
method %OnGetProductName() as %String
Get the product name for the page.
method %OnGetTitle() as %String
Get the (localized) title string for the page.
method DrawError(pSeed As %String) as %Status
Draw contents of error html component.
method OnGetRibbonInfo(Output pDisplay As %Boolean, Output pViewIcons As %List, Output pSortOptions As %List, Output pSearchBox As %Boolean, Output pRibbonTitle As %String, Output pCommands As %List) as %Status
Get information to display in the ribbon bar.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab