MPErrorCode 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉媒體播放機網域中的錯誤碼。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 9, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 14, 2, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum MPErrorCode
type MPErrorCode =
- 繼承
-
MPErrorCode
- 屬性
欄位
Cancelled | 6 | 作業已取消。 |
CloudServiceCapabilityMissing | 2 | iCloud 服務未啟用。 |
NetworkConnectionFailed | 3 | 無法建立與網路的連線。 |
NotFound | 4 | 在店面中找不到識別碼。 |
NotSupported | 5 | 不支援此作業。 |
PermissionDenied | 1 | 許可權遭到拒絕。 |
RequestTimedOut | 7 | 要求逾時。 |
Unknown | 0 | 發生未知的錯誤。 |