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