Skip to main content

%Installer.Error

class %Installer.Error extends %Installer.Sequence

This is an "Error" activity within a Manifest document. It throws an exception--note that the ${} and #{} syntax is not available for this activity.

Property Inventory

Properties

property Source as %String (MAXLEN = 128);
Source passed in as a last argument into the $$$ERROR macro.
Property methods: SourceDisplayToLogical(), SourceGet(), SourceIsValid(), SourceLogicalToDisplay(), SourceLogicalToOdbc(), SourceNormalize(), SourceSet()
property Status as %String [ Required ];
Status (note: ${} and #{} expansion doesn't work here) passed in as a first argument into the $$$ERROR macro.
Property methods: StatusDisplayToLogical(), StatusGet(), StatusIsValid(), StatusLogicalToDisplay(), StatusLogicalToOdbc(), StatusNormalize(), StatusSet()

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab