PKPassKitErrorCode Enum

Definition

An enumeration whose values specify errors relating to the passes and passbook functionality.

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

Fields

InvalidData 1

Invalid data.

InvalidSignature 3

Indicates a mismatch in the signature, such as pass type identifier in the certificate versus the pass.

None 0

No error.

NotEntitled 4

The app does not have the required entitlements.

Unknown -1

An unknown error.

UnsupportedVersion 2

The pass version is not supported on this device.

Applies to