Package apple.passkit.enums
Class PKAddSecureElementPassErrorCode
- java.lang.Object
-
- apple.passkit.enums.PKAddSecureElementPassErrorCode
-
public final class PKAddSecureElementPassErrorCode extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longDeviceNotReadyErrorstatic longDeviceNotSupportedErrorstatic longInvalidConfigurationErrorstatic longUnavailableErrorstatic longUnknownErrorstatic longUserCanceledError
-
-
-
Field Detail
-
UnknownError
public static final long UnknownError
- See Also:
- Constant Field Values
-
UserCanceledError
public static final long UserCanceledError
- See Also:
- Constant Field Values
-
UnavailableError
public static final long UnavailableError
- See Also:
- Constant Field Values
-
InvalidConfigurationError
public static final long InvalidConfigurationError
- See Also:
- Constant Field Values
-
DeviceNotSupportedError
public static final long DeviceNotSupportedError
- See Also:
- Constant Field Values
-
DeviceNotReadyError
public static final long DeviceNotReadyError
- See Also:
- Constant Field Values
-
-