PKPaymentErrorCode Enum

Definition

Enumerates error conditions for payment operations.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 4, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PKPaymentErrorCode
type PKPaymentErrorCode = 
Inheritance
PKPaymentErrorCode
Attributes

Fields

BillingContactInvalid 2

Indicates that the billing contact was not valid.

ShippingAddressUnserviceable 3

Indicates that the shipping address was not serviceable.

ShippingContactInvalid 1

Indicates that the shipping contact was not valid.

Unknown -1

Indicates that an unknown error occurred.

Applies to