Error
public enum Error : Swift.Error
An error that occurred during the use of the 3D Secure 2 component.
-
Indicates that the challenge action was provided while no 3D Secure transaction was active. This is likely the result of calling handle(_:) with a challenge action after the challenge was already completed, or before a fingerprint action was provided.
Declaration
Swift
case missingTransaction
-
Indicates that the Checkout API returned an unexpected
Action
during processing the 3DS2 flow.Declaration
Swift
case unexpectedAction