NMAPinChangeValidationError

public class NMAPinChangeValidationError : NMAMobileAuthenticationClientError

The object that informs that PIN validation error occurred during PIN change.

  • The validation error that can occur when changing a PIN.

    See more

    Declaration

    Swift

    @objc
    public enum PinChangeValidationErrorType : Int
  • The type of the error that occurred.

    Declaration

    Swift

    @objc
    public var errorType: PinChangeValidationErrorType
  • This is the default initializer for the NMAPinChangeValidationError.

    Declaration

    Swift

    @objc
    public init(errorType: PinChangeValidationErrorType, 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.