Abstract
Abstract
descriptionProvides details about the error that occurred.
This is not a localized message and is targeted to developers in the context of debugging/problem analysis.
Optional
Abstract
causeThe exception (if any) that caused this error.
Generated using TypeDoc
The recoverable error that can occur when verifying the user with a password.
When this error occurs, the PasswordUserVerifier.verifyPassword method will be invoked again. This error will be returned by the PasswordUserVerificationContext.lastRecoverableError.
Currently, this is always a PasswordUserVerificationInvalidPassword.