Download full document:

AUTHENTICATION_ERROR_E

This object represents one of the error codes that is encountered during authentication.

This topic lists the expressions that are provided by this class.

Enumerations

ACCOUNT_DISABLED

This error represents account is disabled for current user.

ACCOUNT_LOCKED

This error represents user's account is locked out.

BAD_PASSWORD

This error represents login attempt for invalid password.

BAD_USER

This error represents login attempt for invalid username.

CHANGE_PASSWORD

This error represents error while trying to change password.

INVALID_CREDS

This error represents invalid credentials presented for authentication.

INVALID_USER

This error represents username used for login does not exist or incorrect.

MISMATCH_PASSWORD

This error represents password mismatch for current login attempt.

NOT_PERMITTED

This error represents user is not permitted to login.

NO_DIALIN_PERM

This error represents user does not have dial-in permissions.

PASSWORD_EXPIRED

This error represents password is expired for the current user.

RESTRICTED_HOURS

This error represents login attempt in restricted time.

SOCKET_ERROR

This error represents connection error at external authentication server.

SYS_ERROR

This error represents processing error at external authentication server.

SYS_TIMEOUT

This error represents timeout during authentication process at external authentication server.

Expressions

EQ ( authentication_error_e e)

The result is Boolean TRUE if the input argument is equal to the error presented by this object.

Parameters (expressions not allowed):

e - Authentication Error enumeration

Returns: bool_at

NE ( authentication_error_e e)

The result is Boolean TRUE if the input argument is not equal to the error presented by this object.

Parameters (expressions not allowed):

e - Authentication Error enumeration

Returns: bool_at