MPErrorCode 열거형
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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 | 알 수 없는 오류가 발생했습니다. |