Skip to content
This repository has been archived by the owner on Jul 5, 2020. It is now read-only.

system.error()

krisdb2009 edited this page Oct 19, 2017 · 1 revision

Details

Notifies user if an error has occurred. If explorer shell has not loaded, this message will be displayed in a blue screen. If the explorer shell is loaded, the message will be prompted with a window.

This method allows app developers to deliver a consistent error interface for users.

Arguments

system.error(string errorDescription, string filePath);

errorDescription: Description and details of the error.
filePath: Path of the file that the error originated from.

Example

system.error('Test Error', 'test.js');

If explorer is loaded:

If explorer is not loaded:


Webdows Documentation Wiki

system Object

explorer Object

Clone this wiki locally