Share via


MPErrorCode Enum

Definition

Enumerates error codes in the Media Player domain.

[ObjCRuntime.Native]
public enum MPErrorCode
[<ObjCRuntime.Native>]
type MPErrorCode = 
Inheritance
MPErrorCode
Attributes

Fields

Name Value Description
Unknown 0

An unknown error occurred.

PermissionDenied 1

Permission was denied.

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.

Cancelled 6

The operation was cancelled.

RequestTimedOut 7

A request timed out.

Applies to