NMAPinUserVerificationError
public class NMAPinUserVerificationError : NMARecoverableError
The recoverable error that can occur when verifying the user with a PIN.
When this error occurs, the verifyPin(context:handler:)
method will be invoked again.
This error will be returned by the lastRecoverableError
.
-
The recoverable error that can occur when verifying with a PIN.
See moreDeclaration
Swift
@objc public enum PinUserVerificationErrorType : Int
-
The type of the error that occurred.
Declaration
Swift
@objc public var errorType: PinUserVerificationErrorType