Package apple.watchconnectivity.enums
Class WCErrorCode
- java.lang.Object
-
- apple.watchconnectivity.enums.WCErrorCode
-
public final class WCErrorCode extends java.lang.ObjectThese are the possible error codes that can be returned from the WatchConnectivity APIs.
-
-
Field Summary
Fields Modifier and Type Field Description static longCompanionAppNotInstalledstatic longDeliveryFailedstatic longDeviceNotPairedstatic longFileAccessDeniedstatic longGenericErrorstatic longInsufficientSpacestatic longInvalidParameterstatic longMessageReplyFailedstatic longMessageReplyTimedOutstatic longNotReachablestatic longPayloadTooLargestatic longPayloadUnsupportedTypesstatic longSessionInactivestatic longSessionMissingDelegatestatic longSessionNotActivatedstatic longSessionNotSupportedstatic longTransferTimedOutstatic longWatchAppNotInstalledstatic longWatchOnlyApp
-
-
-
Field Detail
-
GenericError
public static final long GenericError
- See Also:
- Constant Field Values
-
SessionNotSupported
public static final long SessionNotSupported
- See Also:
- Constant Field Values
-
SessionMissingDelegate
public static final long SessionMissingDelegate
- See Also:
- Constant Field Values
-
SessionNotActivated
public static final long SessionNotActivated
- See Also:
- Constant Field Values
-
DeviceNotPaired
public static final long DeviceNotPaired
- See Also:
- Constant Field Values
-
WatchAppNotInstalled
public static final long WatchAppNotInstalled
- See Also:
- Constant Field Values
-
NotReachable
public static final long NotReachable
- See Also:
- Constant Field Values
-
InvalidParameter
public static final long InvalidParameter
- See Also:
- Constant Field Values
-
PayloadTooLarge
public static final long PayloadTooLarge
- See Also:
- Constant Field Values
-
PayloadUnsupportedTypes
public static final long PayloadUnsupportedTypes
- See Also:
- Constant Field Values
-
MessageReplyFailed
public static final long MessageReplyFailed
- See Also:
- Constant Field Values
-
MessageReplyTimedOut
public static final long MessageReplyTimedOut
- See Also:
- Constant Field Values
-
FileAccessDenied
public static final long FileAccessDenied
- See Also:
- Constant Field Values
-
DeliveryFailed
public static final long DeliveryFailed
- See Also:
- Constant Field Values
-
InsufficientSpace
public static final long InsufficientSpace
- See Also:
- Constant Field Values
-
SessionInactive
public static final long SessionInactive
- See Also:
- Constant Field Values
-
TransferTimedOut
public static final long TransferTimedOut
- See Also:
- Constant Field Values
-
CompanionAppNotInstalled
public static final long CompanionAppNotInstalled
- See Also:
- Constant Field Values
-
WatchOnlyApp
public static final long WatchOnlyApp
- See Also:
- Constant Field Values
-
-