PinUserVerificationError
public enum PinUserVerificationError : RecoverableError, Encodable
extension PinUserVerificationError: LocalizedError
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
.
-
Bad credentials were provided.
Declaration
Swift
case InvalidPin
-
A message describing what error occurred.
Declaration
Swift
public var errorDescription: String? { get }