MPErrorCode Enum

Definition

Enumerates error codes in the Media Player domain.

[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 = 
Inheritance
MPErrorCode
Attributes

Fields

Cancelled 6

The operation was cancelled.

CloudServiceCapabilityMissing 2

iCloud services were not enabled.

NetworkConnectionFailed 3

A connection to the network could not be established.

NotFound 4

The identifer was not found in the store front.

NotSupported 5

The operation was not supported.

PermissionDenied 1

Permission was denied.

RequestTimedOut 7

A request timed out.

Unknown 0

An unknown error occurred.

Applies to