
AnirbanG.94385 (Customer) asked a question.
Hi,
Is there specific error codes which can give a reference to the exact violation of a password policy? I have a requirement where I need to show if the user is using any of the last 10 passwords - and I need to show that error message to them explicitly.

Here is the Error code.
{
"errorCode": "E0000014",
"errorSummary": "Update of credentials failed",
"errorLink": "E0000014",
"errorId": "oaesJA2J5xAQUmj5LJfBrmaKg",
"errorCauses": [
{
"errorSummary": "Password has been used too recently"
}
]
}
I hope it helps.