PKErrorCode 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 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
Name | Value | Description |
---|---|---|
None | 0 | No error. |
Unknown | 1 | An unspecified error. |
NotEntitled | 2 | The app's entitlements are not sufficient. |
PermissionDenied | 3 | The user denied access. |