Password Errors

Password policy violations cause exceptions to be thrown.

Password Errors
Name Description
PASSWORD_REQUIRED Indicates that a blank or null password was used when the password policy does not allow default password.
PASSWORD_UNDER_MIN_LENGTH Indicates that the password length is less than the required minimum. 
PASSWORD_REQUIRES_DIGIT Indicates that the password does not contain digits.
PASSWORD_REQUIRES_UPPER Indicates that the password does not contain upper case characters.
PASSWORD_REQUIRES_LOWER Indicates that the password does not contain lower case characters.
PASSWORD_REQUIRES_SPECIAL Indicates that the password does not contain one of these special characters:  ~!@#$%^&*()-+.
PASSWORD_UNDER_MIN_UNIQUE Indicates that the password contains fewer than the minimum required number of unique characters.
PASSWORD_EXPIRED Indicates that the password has been in use longer than the number of configured expiration days.