Package apple.mediaplayer.enums
Class MPErrorCode
- java.lang.Object
-
- apple.mediaplayer.enums.MPErrorCode
-
public final class MPErrorCode extends java.lang.Objecterror codes for the MPErrorDomain
-
-
Field Summary
Fields Modifier and Type Field Description static longCancelledthe request was cancelled before it could completestatic longCloudServiceCapabilityMissingthe user has not enabled this capabilitystatic longNetworkConnectionFailedthe device could not connect to the networkstatic longNotFoundthe id could not be found in the current storefrontstatic longNotSupportedthe request is not supported (ex: trying to add items to a smart playlist)static longPermissionDeniedthe user has not granted permission for this request.static longRequestTimedOutthe request was cancelled before it could completestatic longUnknown
-
-
-
Field Detail
-
Unknown
public static final long Unknown
- See Also:
- Constant Field Values
-
PermissionDenied
public static final long PermissionDenied
the user has not granted permission for this request.- See Also:
- Constant Field Values
-
CloudServiceCapabilityMissing
public static final long CloudServiceCapabilityMissing
the user has not enabled this capability- See Also:
- Constant Field Values
-
NetworkConnectionFailed
public static final long NetworkConnectionFailed
the device could not connect to the network- See Also:
- Constant Field Values
-
NotFound
public static final long NotFound
the id could not be found in the current storefront- See Also:
- Constant Field Values
-
NotSupported
public static final long NotSupported
the request is not supported (ex: trying to add items to a smart playlist)- See Also:
- Constant Field Values
-
Cancelled
public static final long Cancelled
the request was cancelled before it could complete- See Also:
- Constant Field Values
-
RequestTimedOut
public static final long RequestTimedOut
the request was cancelled before it could complete- See Also:
- Constant Field Values
-
-