WCErrorCode 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.
Enumerates error codes relating to watch connectivity.
public enum WCErrorCode
type WCErrorCode =
- Inheritance
-
WCErrorCode
Fields
Name | Value | Description |
---|---|---|
GenericError | 7001 | The exact error is unknown. |
SessionNotSupported | 7002 | The device does not support WCSession objects. |
SessionMissingDelegate | 7003 | There is no active extension delegate for the WCSession. |
SessionNotActivated | 7004 | The companion app has not activated a WCSession. |
DeviceNotPaired | 7005 | Indicates that no device was paired. |
WatchAppNotInstalled | 7006 | The app is not installed on the user's paired Apple Watch. |
NotReachable | 7007 | The companion app is not available. |
InvalidParameter | 7008 | A bad argument was passed. |
PayloadTooLarge | 7009 | The data was too large to transfer. |
PayloadUnsupportedTypes | 7010 | Transferred dictionaries may only contain property-list types. |
MessageReplyFailed | 7011 | The reply could not be returned. |
MessageReplyTimedOut | 7012 | The companion app did not return a reply within the allowed time. |
FileAccessDenied | 7013 | File transfer failed due to permissions. |
DeliveryFailed | 7014 | Indicates that the payload was not delivered. |
InsufficientSpace | 7015 | Indicates that the receiver did not have enough storage to receive the payload. |
SessionInactive | 7016 | Indicates taht the session was not active. |
TransferTimedOut | 7017 | Indicates that the transfer timed out. |