displayError()

You can use the consoleLib.displayError() system function to perform the following actions, in order:
  1. Create an error window.
  2. Display that window on top of any other windows.
  3. Display the specified message in that window.
  4. On some platforms, ring the terminal bell.
The error window closes when one of the following events occurs:

Syntax

  consoleLib.displayError(msg STRING in)
msg
The error message to display.

Feedback