Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%CSP.StudioTemplateError

class %CSP.StudioTemplateError extends %CSP.StudioTemplateInsert, %CSP.Error

This is the error page that is called if an error occurs when generating the XML template code. It will output the error information as a template, so this will be pasted into the current document in Studio. If you wish to write your own error page just inherit from this page. Then in the final template page set the ERRORPAGE parameter to your new error page.

Method Inventory

Methods

classmethod OnPage() as %Status
Create the template with the error information in it.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab