次の方法で共有


MPErrorCode 列挙型

定義

Media Player ドメインのエラー コードを列挙します。

[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

identifer がストア フロントで見つかりませんでした。

NotSupported 5

操作はサポートされていませんでした。

PermissionDenied 1

アクセス許可が拒否されました。

RequestTimedOut 7

要求がタイムアウトしました。

Unknown 0

原因不明のエラーが発生しました。

適用対象