PKPassKitErrorCode Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |