ThreeDSError
public enum ThreeDSError : Error, Equatable
Errors related to 3DS (Netcetera)
initializationFailed: Indicates an error due to failed initialization ThreeDS module.serviceInvalid: Indicates that the 3DS service instance is invalid or unavailable.challengeRuntimeError: Represents a runtime error that occurred during the 3DS challenge process.challengeFlowFailed: Indicates that the overall 3DS challenge flow failed to complete successfully.
-
Undocumented
Declaration
Swift
case initializationFailed -
Undocumented
Declaration
Swift
case serviceInvalid -
Undocumented
Declaration
Swift
case challengeRuntimeError -
Undocumented
Declaration
Swift
case challengeFlowFailed