Class MPErrorCode


  • public final class MPErrorCode
    extends java.lang.Object
    error codes for the MPErrorDomain
    • Field Summary

      Fields 
      Modifier and Type Field 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  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • 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