다음을 통해 공유


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

알 수 없는 오류가 발생했습니다.

적용 대상