public final class MPErrorCode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
Cancelled
the request was cancelled before it could complete
|
static long |
CloudServiceCapabilityMissing
the user has not enabled this capability
|
static long |
NetworkConnectionFailed
the device could not connect to the network
|
static long |
NotFound
the id could not be found in the current storefront
|
static long |
NotSupported
the request is not supported (ex: trying to add items to a smart playlist)
|
static long |
PermissionDenied
the user has not granted permission for this request.
|
static long |
RequestTimedOut
the request was cancelled before it could complete
|
static long |
Unknown |
public static final long Unknown
public static final long PermissionDenied
public static final long CloudServiceCapabilityMissing
public static final long NetworkConnectionFailed
public static final long NotFound
public static final long NotSupported
public static final long Cancelled
public static final long RequestTimedOut