Error
public enum Error : Swift.Error, Sendable
extension QRPaymentSession.Error: LocalizedError
QRPaymentSession Error
-
Undocumented
Declaration
Swift
case deviceEnvironmentUnsafe(_: Swift.Error) -
Undocumented
Declaration
Swift
case keychainError(_: Swift.Error) -
Undocumented
Declaration
Swift
case sessionInProgress -
Undocumented
Declaration
Swift
case unsupportedPaymentType(_: String) -
Undocumented
Declaration
Swift
case invalidQRInputData(_: String) -
Undocumented
Declaration
Swift
case qrPaymentFailed(_: String) -
Authentication key is invalidated because the device passcode is either turned off or reset, triggering a security reset. SDK will automatically wipe the stored credentials when this error occurs. App must guide user through the re-enrollment process.
Since
7.2.0Declaration
Swift
case authenticationKeyInvalidated(_: Swift.Error)Parameters
underlyingSwift Error
-
Biometric authentication is not enrolled on device
Since
7.2.0Declaration
Swift
case biometricNotEnrolled(_: String)Parameters
messageunderlying error message.
-
Declaration
Swift
public var errorDescription: String? { get }
Error Enumeration Reference