Directory returned by the
Object option of the
CONDITION built-in function.
This directory contains
all information currently available on a trapped condition. The information
varies with the trapped condition. .nil is returned for any entry
not available to the condition. The following entries can be found in a condition
object: CALL or
SIGNAL. The Instruction option of the
CONDITION built-in function also returns this value.
.false if the
condition was raised at the same level as the condition trap or the value
.true if the condition was reraised with RAISE PROPAGATE.