PKErrorCode Enum

Definition

An enumeration whose values specify error codes associated with PassKit operations.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Obsoleted(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.None, null)]
public enum PKErrorCode
type PKErrorCode = 
Inheritance
PKErrorCode
Attributes

Fields

None 0

No error.

NotEntitled 2

The app's entitlements are not sufficient.

PermissionDenied 3

The user denied access.

Unknown 1

An unspecified error.

Applies to