NMAPasswordEnrollmentValidationError
public class NMAPasswordEnrollmentValidationError : NMAMobileAuthenticationClientError
The object that informs that password validation error occurred during password enrollment.
-
The validation error that can occur when enrolling a password.
See moreDeclaration
Swift
@objc public enum PasswordEnrollmentValidationErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: PasswordEnrollmentValidationErrorType
-
This is the default initializer for the
NMAPasswordEnrollmentValidationError
.Declaration
Swift
@objc public init(errorType: PasswordEnrollmentValidationErrorType, 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.