Share via


PKAddPaymentPassError Enum

Definition

Enumerates error codes relating to PassKit operations.

[ObjCRuntime.Native]
public enum PKAddPaymentPassError
[<ObjCRuntime.Native>]
type PKAddPaymentPassError = 
Inheritance
PKAddPaymentPassError
Attributes

Fields

Name Value Description
Unsupported 0

The operation is not supported on this device.

UserCancelled 1

The operation was cancelled by the user.

SystemCancelled 2

The system cancelled the operation.

Applies to