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.
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
2
|
|
|
|
|
|
property Source
as %String(MAXLEN=128);
Source passed in as a last argument into the $$$ERROR macro.
property Status
as %String [ Required ];
Status (note: ${} and #{} expansion doesn't work here) passed
in as a first argument into the $$$ERROR macro.