LoginForm.setError

Syntax

setError(message: String);

Parameters

message. Error message.

Description

The setError method displays an error message in the system login dialog box.

Example

The method use is given in the example for LoginForm.checkPwdPolicy.

See also:

LoginForm