WCErrorCode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉與監看連線相關的錯誤碼。
public enum WCErrorCode
type WCErrorCode =
- 繼承
-
WCErrorCode
欄位
DeliveryFailed | 7014 | 表示未傳遞承載。 |
DeviceNotPaired | 7005 | 表示未配對任何裝置。 |
FileAccessDenied | 7013 | 檔案傳輸因為許可權而失敗。 |
GenericError | 7001 | 確切的錯誤未知。 |
InsufficientSpace | 7015 | 表示接收者沒有足夠的儲存體可接收承載。 |
InvalidParameter | 7008 | 傳遞了錯誤的引數。 |
MessageReplyFailed | 7011 | 無法傳回回複。 |
MessageReplyTimedOut | 7012 | 隨附應用程式未在允許的時間內傳回回複。 |
NotReachable | 7007 | 隨附應用程式無法使用。 |
PayloadTooLarge | 7009 | 資料太大而無法傳輸。 |
PayloadUnsupportedTypes | 7010 | 傳送的字典只能包含屬性清單類型。 |
SessionInactive | 7016 | 表示會話未使用中。 |
SessionMissingDelegate | 7003 | 沒有作用中的 WCSession 延伸模組委派。 |
SessionNotActivated | 7004 | 隨附應用程式尚未啟動 WCSession 。 |
SessionNotSupported | 7002 | 裝置不支援 WCSession 物件。 |
TransferTimedOut | 7017 | 表示傳輸逾時。 |
WatchAppNotInstalled | 7006 | 應用程式不會安裝在使用者的配對 Apple Watch 上。 |