error <->
kind: {status,inform,warning,error,fatal,ignored}Describes how serious the error is. The error categories
are related to the report categories defined by object->report
(see visual ->report'), except for fatal and ignored`.
The values are:
- status
- Provide status information that may be ignored by the user.
- inform
- Provide status information that may not be ignored by the user.
- warning
- Report a problem that may be ignored by the user.
- error
- Report a problem that may not be ignored by the user.
- fatal
- A message is printed and the stacks are dumped. After this, PCE attempts
to return to the host (Prolog, Lisp) toplevel.
- ignored
- The invoked action fails silently.
- See also
- error
-feedback