Class VSErrorCode


  • public final class VSErrorCode
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static long AccessNotGranted
      The user has not granted the app access to their subscription information.
      static long InvalidVerificationToken
      The request's verification token was rejected by the user's subscription provider.
      static long ProviderRejected
      The user's subscription provider did not allow the request to proceed, e.g. because the subscription tier doesn't include the resource, or interactive reauthentication is required, but the request does not allow interruption.
      static long Rejected
      For use by TV Provider applications only.
      static long ServiceTemporarilyUnavailable
      The request failed, but a subsequent attempt might succeed.
      static long Unsupported
      The TV Provider feature is not supported in the device's current region.
      static long UnsupportedProvider
      The system does not currently support the user's subscription provider.
      static long UserCancelled
      The request was cancelled by the user.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • AccessNotGranted

        public static final long AccessNotGranted
        The user has not granted the app access to their subscription information.
        See Also:
        Constant Field Values
      • UnsupportedProvider

        public static final long UnsupportedProvider
        The system does not currently support the user's subscription provider.
        See Also:
        Constant Field Values
      • UserCancelled

        public static final long UserCancelled
        The request was cancelled by the user.
        See Also:
        Constant Field Values
      • ServiceTemporarilyUnavailable

        public static final long ServiceTemporarilyUnavailable
        The request failed, but a subsequent attempt might succeed.
        See Also:
        Constant Field Values
      • ProviderRejected

        public static final long ProviderRejected
        The user's subscription provider did not allow the request to proceed, e.g. because the subscription tier doesn't include the resource, or interactive reauthentication is required, but the request does not allow interruption.
        See Also:
        Constant Field Values
      • InvalidVerificationToken

        public static final long InvalidVerificationToken
        The request's verification token was rejected by the user's subscription provider.
        See Also:
        Constant Field Values
      • Rejected

        public static final long Rejected
        For use by TV Provider applications only.
        See Also:
        Constant Field Values
      • Unsupported

        public static final long Unsupported
        The TV Provider feature is not supported in the device's current region.
        See Also:
        Constant Field Values