displayError()

The system function ConsoleLib.displayError causes the error window to be created and shown, and display the error message in that window. The error window floats above all other windows until it is closed by calling hideErrorWindow() or when a key is pressed. If applicable, the terminal bell will be activated.

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

Related reference
EGL library ConsoleLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.