ComponentError
public enum ComponentError : Error
An error that occurred during the use of a component.
-
Indicates the component was cancelled by the user.
Declaration
Swift
case cancelled
-
Indicates the payment method is not supported by the SDK.
Declaration
Swift
case paymentMethodNotSupported