PasswordEnrollmentValidationError
public enum PasswordEnrollmentValidationError : MobileAuthenticationClientError
The object that informs that password validation error occurred during password enrollment.
-
The provided password has failed the validation done in
validatePasswordForEnrollment(_:onSuccess:onError:)
.Declaration
Swift
case InvalidPassword(message: String, cause: Error? = nil)
Parameters
message
Additional information about the error.
cause
The underlying error that is related to the error occurred.