Error
public enum Error : LocalizedError
Indicates Gift card related errors.
-
Indicates that the balance check failed for some reason.
Declaration
Swift
case balanceCheckFailure
-
Indicates the payment object passed to the
GiftCardComponent
is nil or invalid.Declaration
Swift
case invalidPayment
-
Indicates that the
partialPaymentDelegate
is nil.Declaration
Swift
case missingPartialPaymentDelegate
-
Indicates that card details encryption failed.
Declaration
Swift
case cardEncryptionFailed
-
Indicates any other error
Declaration
Swift
case otherError(Swift.Error)