|  | 
| constant int | ERR_PASSWORD_UNCHANGED = 1 | 
|  | The new password must differ from the old password. 
 | 
|  | 
| constant int | ERR_PASSWORD_EMPTY = 2 | 
|  | The password must not be empty. 
 | 
|  | 
| constant int | ERR_PASSWORD_TOO_SHORT = 3 | 
|  | The password is too short. 
 | 
|  | 
| constant int | ERR_PASSWORD_TOO_LONG = 4 | 
|  | The password is too long. 
 | 
|  | 
| constant int | ERR_PASSWORD_CTRL_CHARS = 5 | 
|  | The password must not contain control characters. 
 | 
|  | 
| constant int | ERR_PASSWORD_NEED_LOWER = 6 | 
|  | The password must contain at least one lower-case character. 
 | 
|  | 
| constant int | ERR_PASSWORD_NEED_UPPER = 7 | 
|  | The password must contain at least one upper-case character. 
 | 
|  | 
| constant int | ERR_PASSWORD_NEED_NUMERIC = 8 | 
|  | The password must contain at least one numeric character. 
 | 
|  | 
| constant int | ERR_PASSWORD_NEED_SPECIAL = 9 | 
|  | The password must contain at least one special character. 
 | 
|  | 
| constant int | ERR_PASSWORD_IN_HISTORY = 10 | 
|  | The password is already in the password history. 
 | 
|  | 
| constant int | ERR_PASSWORD_TOO_SHORT_FOR_SNMP = 11 | 
|  | The password is too short to be used as SNMPv3 passphrase. 
 | 
|  | 
| constant int | ERR_INVALID_ARGUMENT = 12 | 
|  | Invalid arguments. 
 | 
|  | 
| constant int | ERR_WRONG_PASSWORD = 13 | 
|  | The passed-in password was wrong. 
 | 
|  | 
| constant int | ERR_SSH_PUBKEY_DATA_TOO_LARGE = 14 | 
|  | The ssh public key data is too large. 
 | 
|  | 
| constant int | ERR_SSH_PUBKEY_INVALID = 15 | 
|  | The ssh public key is invalid. 
 | 
|  | 
| constant int | ERR_SSH_PUBKEY_NOT_SUPPORTED = 16 | 
|  | The ssh public key is not supported. 
 | 
|  | 
| constant int | ERR_SSH_RSA_PUBKEY_TOO_SHORT = 17 | 
|  | The ssh RSA public key is too short. 
 | 
|  |