Share via


PKPassKitErrorCode Enum

Definition

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

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

Fields

Name Value Description
Unknown -1

An unknown error.

None 0

No error.

InvalidData 1

Invalid data.

UnsupportedVersion 2

The pass version is not supported on this device.

InvalidSignature 3

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

NotEntitled 4

The app does not have the required entitlements.

Applies to