| Did you know ... | Search Documentation: |
| error-feedback |
<-kind).
Its values are:
->report
to report the error. See also
visual->report.-language,
and the host-language
indicates it wants to handle the error itself, the error is recorded in
the hosts goal-frame and the object->error
succeeds with failure. When control is returned to the
host-language,
the host-language
should raise and error (For example, as throw/1
in Prolog):
?- catch(send(@pce, hello), E, true).
E = error(pce(@290191/error,
[@pce/pce, (->), hello]),
send(@pce/pce, hello))
-kind