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