Package apple.passkit.enums
Class PKPaymentErrorCode
- java.lang.Object
-
- apple.passkit.enums.PKPaymentErrorCode
-
public final class PKPaymentErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longBillingContactInvalidErrorthe user's billing contact information has an error.static longShippingAddressUnserviceableErrorthe user's shipping address is otherwise valid but not serviceable.static longShippingContactInvalidErrorthe user's contact information has an error.static longUnknownErrorthere was an unknown error processing the payment.
-
-
-
Field Detail
-
UnknownError
public static final long UnknownError
there was an unknown error processing the payment. The user should try again.- See Also:
- Constant Field Values
-
ShippingContactInvalidError
public static final long ShippingContactInvalidError
the user's contact information has an error. Use the PKPaymentErrorKeys in the userInfo to detail the problem.- See Also:
- Constant Field Values
-
BillingContactInvalidError
public static final long BillingContactInvalidError
the user's billing contact information has an error. Use the PKPaymentErrorKeys in the userInfo to detail the problem.- See Also:
- Constant Field Values
-
ShippingAddressUnserviceableError
public static final long ShippingAddressUnserviceableError
the user's shipping address is otherwise valid but not serviceable. For example, the address is in Canada and you only ship to the United States, or you don't deliver to PO Boxes.- See Also:
- Constant Field Values
-
-