This documentation is for the old version. Go to the latest Upload Suite docs

debug.showError(String) Method

Supported browsers: Internet ExplorerFirefoxGoogle ChromeSafari

Shows an error message in accordance with the mode value if errors are allowed via the level property.

Syntax

JavaScript
$au.debug().showError(msg);

Parameters

msg

Type: String

The message to show.

Remarks

This method can be used to show a custom error message.