Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

%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