NMAPinEnrollmentValidationError
public class NMAPinEnrollmentValidationError : NMAMobileAuthenticationClientError
The object that informs that PIN validation error occurred during PIN enrollment.
-
The validation error that can occur when enrolling a PIN.
See moreDeclaration
Swift
@objc public enum PinEnrollmentValidationErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: PinEnrollmentValidationErrorType
-
This is the default initializer for the
NMAPinEnrollmentValidationError
.Declaration
Swift
@objc public init(errorType: PinEnrollmentValidationErrorType, errorDescription: String, cause: Error? = nil)
Parameters
errorType
the type of the error that occurred.
errorDescription
additional information about the error.
cause
the underlying error that is related to the error occurred.