public final class VSErrorCode
extends java.lang.Object
| Modifier and Type | Field and 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.
|
static long |
Rejected
The system rejected the request.
|
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.
|
public static final long AccessNotGranted
public static final long UnsupportedProvider
public static final long UserCancelled
public static final long ServiceTemporarilyUnavailable
public static final long ProviderRejected
public static final long InvalidVerificationToken
public static final long Rejected
public static final long Unsupported