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)
Related concepts
Syntax diagram for EGL functions
Related reference
EGL library ConsoleLib